summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-01-23 13:10:43 +0000
committerbjarni <bjarni@openttd.org>2007-01-23 13:10:43 +0000
commit751409fe83e4f5f4cddea433498bf7f1b9af94bb (patch)
tree2765441a778e846992f49e2ddbc65e3121526c43 /src/vehicle_gui.h
parent470e22037fb4f1125beccfcaf2eeae6d71720582 (diff)
downloadopenttd-751409fe83e4f5f4cddea433498bf7f1b9af94bb.tar.xz
(svn r8370) -Revert (r8363): the autoreplace GUI move cleared the file history
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 dc5a992f1..0a7a9b0fe 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -51,7 +51,6 @@ void ShowVehicleListWindow(PlayerID player, byte vehicle_type);
void ShowVehicleListWindow(PlayerID player, byte vehicle_type, StationID station);
void ShowVehicleListWindow(PlayerID player, byte vehicle_type, TileIndex depot_tile);
-void ShowReplaceVehicleWindow(byte vehicletype);
static inline void DrawVehicleImage(const Vehicle *v, int x, int y, int count, int skip, VehicleID selection)
{