From c640289d7f8aeb239e11cfb8c242edaf61606fd6 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 30 Jun 2013 14:38:20 +0000 Subject: (svn r25541) -Cleanup: No need to clear a bit which is never set. --- src/vehicle_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index cb61a5fd3..cfff95480 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -1732,7 +1732,6 @@ void ShowVehicleListWindow(const Vehicle *v) void ShowVehicleListWindow(CompanyID company, VehicleType vehicle_type, StationID station) { - _vehicle_list_desc.flags &= ~WDF_CONSTRUCTION; ShowVehicleListWindowLocal(company, VL_STATION_LIST, vehicle_type, station); } -- cgit v1.2.3-54-g00ecf