(svn r7450) -Codechange: Remove dead code, caption is set in the next switch block of vehicle list for all cases (Tron)
authorDarkvater
Sat, 09 Dec 2006 10:57:05 +0000
changeset 5297 79c1f20edadc
parent 5296 6a4aaa66eed3
child 5298 6d4c150bdd94
(svn r7450) -Codechange: Remove dead code, caption is set in the next switch block of vehicle list for all cases (Tron)
vehicle_gui.c
--- a/vehicle_gui.c	Sat Dec 09 10:56:12 2006 +0000
+++ b/vehicle_gui.c	Sat Dec 09 10:57:05 2006 +0000
@@ -1478,7 +1478,6 @@
 			break;
 
 		case VEH_Aircraft:
-			w->widget[VLW_WIDGET_CAPTION].data           = STR_A009_AIRCRAFT;
 			w->widget[VLW_WIDGET_LIST].tooltips          = STR_A01F_AIRCRAFT_CLICK_ON_AIRCRAFT;
 			w->widget[VLW_WIDGET_NEW_VEHICLES].data = STR_A003_NEW_AIRCRAFT;
 			break;