summaryrefslogtreecommitdiff
path: root/src/waypoint.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-07-18 08:41:58 +0000
committerrubidium <rubidium@openttd.org>2009-07-18 08:41:58 +0000
commit8c17c6cb2bba037e0e7cbe5f97bc2e025bed9a6f (patch)
tree6925fe6d155eb8661a45e2a66524d94de520076f /src/waypoint.cpp
parentf129634f524b38bcb00f5e7b24ccd8a982a16ca9 (diff)
downloadopenttd-8c17c6cb2bba037e0e7cbe5f97bc2e025bed9a6f.tar.xz
(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords
Diffstat (limited to 'src/waypoint.cpp')
-rw-r--r--src/waypoint.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/waypoint.cpp b/src/waypoint.cpp
index acfda8334..e56fbca0d 100644
--- a/src/waypoint.cpp
+++ b/src/waypoint.cpp
@@ -18,18 +18,6 @@ WaypointPool _waypoint_pool("Waypoint");
INSTANTIATE_POOL_METHODS(Waypoint)
/**
- * Update all signs
- */
-void UpdateAllWaypointVirtCoords()
-{
- Waypoint *wp;
-
- FOR_ALL_WAYPOINTS(wp) {
- wp->UpdateVirtCoord();
- }
-}
-
-/**
* Daily loop for waypoints
*/
void WaypointsDailyLoop()