summaryrefslogtreecommitdiff
path: root/src/waypoint_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-29 22:09:05 +0000
committerrubidium <rubidium@openttd.org>2009-07-29 22:09:05 +0000
commit959a5e690bb1ca14c4bbc9cc60cdf27700f261f5 (patch)
tree43c770435e83126ab39539cdd2fc3cca129d2df2 /src/waypoint_func.h
parente6480d823a456cc239cd93a16a4020cc8b9895c5 (diff)
downloadopenttd-959a5e690bb1ca14c4bbc9cc60cdf27700f261f5.tar.xz
(svn r16988) -Codechange: unify the code for removing (parts of) stations and waypoints
Diffstat (limited to 'src/waypoint_func.h')
-rw-r--r--src/waypoint_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waypoint_func.h b/src/waypoint_func.h
index f55af4429..093a554f7 100644
--- a/src/waypoint_func.h
+++ b/src/waypoint_func.h
@@ -9,7 +9,7 @@
#include "command_type.h"
#include "station_type.h"
-CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags, bool justremove);
+CommandCost RemoveTrainWaypoint(TileIndex tile, DoCommandFlag flags);
CommandCost RemoveBuoy(TileIndex tile, DoCommandFlag flags);
void ShowWaypointWindow(const Waypoint *wp);