1
0
Fork 0

Comment out an unused non compilable function

This commit is contained in:
fredb 2008-11-16 14:17:52 +00:00
parent d8a2726894
commit af8903b61c

View file

@ -610,12 +610,12 @@ double FGAISchedule::getSpeed()
} }
return speed; return speed;
} }
/*
bool compareSchedules(FGAISchedule*a, FGAISchedule*b) bool compareSchedules(FGAISchedule*a, FGAISchedule*b)
{ {
//return (*a) < (*b); //return (*a) < (*b);
} }
*/
// void FGAISchedule::setClosestDistanceToUser() // void FGAISchedule::setClosestDistanceToUser()
// { // {