summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-10 23:44:15 +0000
committerrubidium <rubidium@openttd.org>2008-05-10 23:44:15 +0000
commit3651c0585a932a800fd674fa339287d7dc1a6d3d (patch)
tree13402cc7e4a92c19ecaf9efdddae838ad635b485 /src/vehicle_gui.h
parentd706c8b462c055ba9ac0df2865ba800b4227c43b (diff)
downloadopenttd-3651c0585a932a800fd674fa339287d7dc1a6d3d.tar.xz
(svn r13037) -Codechange: make a class of the ReplaceVehicle window.
-Fix [FS#1997]: MSVC 64 bit build failing to compile due to std::vectors being very large..
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index 1fe4cd8c9..59959088d 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -14,7 +14,6 @@
void DrawVehicleProfitButton(const Vehicle *v, int x, int y);
void ShowVehicleRefitWindow(const Vehicle *v, VehicleOrderID order);
-void InitializeVehiclesGuiList();
/* sorter stuff */
void RebuildVehicleLists();