(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords

This commit is contained in:
rubidium
2009-07-18 08:41:58 +00:00
parent 12ea92a257
commit b4f5a1eebb
7 changed files with 11 additions and 17 deletions

View File

@@ -17,18 +17,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
*/