(svn r16868) -Codechange: unify UpdateAll[Station|Waypoint]VirtCoords
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user