]> git.mxchange.org Git - flightgear.git/commitdiff
Just a tiny (cosmetic) change to get some hands on experience with git.
authorDurk Talsma <durk@linux-2yd2.site>
Tue, 11 May 2010 19:15:23 +0000 (21:15 +0200)
committerDurk Talsma <durk@linux-2yd2.site>
Tue, 11 May 2010 19:15:23 +0000 (21:15 +0200)
src/ATC/trafficcontrol.cxx

index 98b2ab46e9ab3a1dcb9373ce4b5596ef600571f1..7848de10e044d446971aa0e09e85c21cd4636e07 100644 (file)
@@ -65,7 +65,6 @@ void FGTrafficRecord::setPositionAndIntentions(int pos, FGAIFlightPlan *route)
      }
      intentions.erase(i);
    } else {
-     //int legNr, routeNr;
      //FGAIFlightPlan::waypoint* const wpt= route->getCurrentWaypoint();
      int size = route->getNrOfWayPoints();
      //cerr << "Setting pos" << pos << " ";