1
0
Fork 0

(svn r7450) -Codechange: Remove dead code, caption is set in the next switch block of vehicle list for all cases (Tron)

release/0.5
Darkvater 2006-12-09 10:57:05 +00:00
parent f87c8834e2
commit 38edab372b
1 changed files with 0 additions and 1 deletions

View File

@ -1478,7 +1478,6 @@ static void CreateVehicleListWindow(Window *w)
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;