From c64f1955237aa167e46aa7ca175c23fa1560ae70 Mon Sep 17 00:00:00 2001 From: Durk Talsma Date: Tue, 11 May 2010 21:15:23 +0200 Subject: [PATCH] Just a tiny (cosmetic) change to get some hands on experience with git. --- src/ATC/trafficcontrol.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ATC/trafficcontrol.cxx b/src/ATC/trafficcontrol.cxx index 98b2ab46e..7848de10e 100644 --- a/src/ATC/trafficcontrol.cxx +++ b/src/ATC/trafficcontrol.cxx @@ -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 << " ";