summaryrefslogtreecommitdiff
path: root/src/autoreplace_gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-01-17 17:35:59 +0000
committerfrosch <frosch@openttd.org>2008-01-17 17:35:59 +0000
commit3ae0c5316c0260eb1037e75b478d2804668594ba (patch)
tree7d1289e80fd9d4f17ba3f5d7f2900125bd64cc32 /src/autoreplace_gui.h
parentc7fe6641190c4734c64f4713ad11711c1f340f13 (diff)
downloadopenttd-3ae0c5316c0260eb1037e75b478d2804668594ba.tar.xz
(svn r11899) -Cleanup: Remove ShowReplaceVehicleWindow() as it is basically a duplicate of ShowReplaceGroupVehicleWindow().
Diffstat (limited to 'src/autoreplace_gui.h')
-rw-r--r--src/autoreplace_gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/autoreplace_gui.h b/src/autoreplace_gui.h
index f34a4cd5e..1d2b05582 100644
--- a/src/autoreplace_gui.h
+++ b/src/autoreplace_gui.h
@@ -13,7 +13,6 @@
*/
void AddRemoveEngineFromAutoreplaceAndBuildWindows(VehicleType type);
void InvalidateAutoreplaceWindow(EngineID e, GroupID id_g);
-void ShowReplaceVehicleWindow(VehicleType vehicletype);
void ShowReplaceGroupVehicleWindow(GroupID group, VehicleType veh);
#endif /* AUTOREPLACE_GUI_H */