summaryrefslogtreecommitdiff
path: root/src/waypoint.cpp
diff options
context:
space:
mode:
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()