summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-06-30 14:38:20 +0000
committerfrosch <frosch@openttd.org>2013-06-30 14:38:20 +0000
commitc640289d7f8aeb239e11cfb8c242edaf61606fd6 (patch)
tree60d1e35fb40e2f00f30c3a29a6285b62c8b65369 /src/vehicle_gui.cpp
parent83a0174ef20d054eaed7e06f4e41788e0866839d (diff)
downloadopenttd-c640289d7f8aeb239e11cfb8c242edaf61606fd6.tar.xz
(svn r25541) -Cleanup: No need to clear a bit which is never set.
Diffstat (limited to 'src/vehicle_gui.cpp')
-rw-r--r--src/vehicle_gui.cpp1
1 files changed, 0 insertions, 1 deletions
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);
}