summaryrefslogtreecommitdiff
path: root/src/waypoint_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-29 22:13:12 +0000
committerrubidium <rubidium@openttd.org>2009-07-29 22:13:12 +0000
commita52cd653d454170f8163ff2a9f7836c4d8dd5bb6 (patch)
tree238827cbcd3d24af7428f8cb9de0aab9d721d90a /src/waypoint_func.h
parent959a5e690bb1ca14c4bbc9cc60cdf27700f261f5 (diff)
downloadopenttd-a52cd653d454170f8163ff2a9f7836c4d8dd5bb6.tar.xz
(svn r16989) -Codechange: unify the code for demolishing (dynamite) stations and waypoints.
Diffstat (limited to 'src/waypoint_func.h')
-rw-r--r--src/waypoint_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/waypoint_func.h b/src/waypoint_func.h
index 093a554f7..09b19650e 100644
--- a/src/waypoint_func.h
+++ b/src/waypoint_func.h
@@ -9,7 +9,6 @@
#include "command_type.h"
#include "station_type.h"
-CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags);
CommandCost RemoveBuoy(TileIndex tile, DoCommandFlag flags);
void ShowWaypointWindow(const Waypoint *wp);