diff --git a/src/Airports/groundnetwork.cxx b/src/Airports/groundnetwork.cxx index a97f8075a..32dbdfc15 100644 --- a/src/Airports/groundnetwork.cxx +++ b/src/Airports/groundnetwork.cxx @@ -710,8 +710,6 @@ void FGGroundNetwork::checkSpeedAdjustment(int id, double lat, } } //Check traffic at the tower controller - // Note, as of 2011-08-01, this should no longer be necessecary. - /* if (towerController->hasActiveTraffic()) { for (TrafficVectorIterator i = towerController->getActiveTraffic().begin(); @@ -734,6 +732,7 @@ void FGGroundNetwork::checkSpeedAdjustment(int id, double lat, } // Finally, check UserPosition // Note, as of 2011-08-01, this should no longer be necessecary. + /* double userLatitude = fgGetDouble("/position/latitude-deg"); double userLongitude = fgGetDouble("/position/longitude-deg"); SGGeod user(SGGeod::fromDeg(userLongitude, userLatitude));