# HG changeset patch # User frosch # Date 2013-06-30 14:38:20 # Node ID 00828686142f247accb9c79981af9ab00e6613bb # Parent 1c902fc3d8d27a1694aea40028d8e6e1c1258378 (svn r25541) -Cleanup: No need to clear a bit which is never set. diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -1732,7 +1732,6 @@ void ShowVehicleListWindow(const Vehicle void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, StationID station) { - _vehicle_list_desc.flags &= ~WDF_CONSTRUCTION; ShowVehicleListWindowLocal(company, VL_STATION_LIST, vehicle_type, station); }