]> git.mxchange.org Git - flightgear.git/commitdiff
Comment out an unused non compilable function
authorfredb <fredb>
Sun, 16 Nov 2008 14:17:52 +0000 (14:17 +0000)
committerfredb <fredb>
Sun, 16 Nov 2008 14:17:52 +0000 (14:17 +0000)
src/Traffic/Schedule.cxx

index 2e365d5223210bbceb82f9e8c87be21802a988fa..59ae872ee9302ea12d94e415e51653f38dd42af6 100644 (file)
@@ -610,12 +610,12 @@ double FGAISchedule::getSpeed()
   }
   return speed;
 }
-
+/*
 bool compareSchedules(FGAISchedule*a, FGAISchedule*b)
 { 
   //return (*a) < (*b); 
 } 
-
+*/
 
 // void FGAISchedule::setClosestDistanceToUser()
 // {