1
0
Fork 0

(svn r25541) -Cleanup: No need to clear a bit which is never set.

release/1.4
frosch 2013-06-30 14:38:20 +00:00
parent 83a0174ef2
commit c640289d7f
1 changed files with 0 additions and 1 deletions

View File

@ -1732,7 +1732,6 @@ void ShowVehicleListWindow(const Vehicle *v)
void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, StationID station) void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, StationID station)
{ {
_vehicle_list_desc.flags &= ~WDF_CONSTRUCTION;
ShowVehicleListWindowLocal(company, VL_STATION_LIST, vehicle_type, station); ShowVehicleListWindowLocal(company, VL_STATION_LIST, vehicle_type, station);
} }