summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-07 09:19:53 +0000
committerrubidium <rubidium@openttd.org>2008-01-07 09:19:53 +0000
commita8a3a7e3f277c205900f5dde7441e612cd0114a8 (patch)
tree1bde0819bd2092a7d4c9fda75d5f70aaaa075f35 /src/vehicle_gui.h
parentb0ac283aeca94df1af922bc3e02d456464486427 (diff)
downloadopenttd-a8a3a7e3f277c205900f5dde7441e612cd0114a8.tar.xz
(svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location.
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index cc16f17dd..64d2fe5d5 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -67,9 +67,7 @@ void ShowVehicleListWindow(PlayerID player, VehicleType vehicle_type);
void ShowVehicleListWindow(PlayerID player, VehicleType vehicle_type, StationID station);
void ShowVehicleListWindow(PlayerID player, VehicleType vehicle_type, TileIndex depot_tile);
-void ShowReplaceVehicleWindow(VehicleType vehicletype);
void DrawSmallOrderList(const Vehicle *v, int x, int y);
-void ShowReplaceGroupVehicleWindow(GroupID group, VehicleType veh);
void DrawVehicleImage(const Vehicle *v, int x, int y, VehicleID selection, int count, int skip);