Comment out an unused non compilable function
This commit is contained in:
parent
d8a2726894
commit
af8903b61c
1 changed files with 2 additions and 2 deletions
|
@ -610,12 +610,12 @@ double FGAISchedule::getSpeed()
|
|||
}
|
||||
return speed;
|
||||
}
|
||||
|
||||
/*
|
||||
bool compareSchedules(FGAISchedule*a, FGAISchedule*b)
|
||||
{
|
||||
//return (*a) < (*b);
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
// void FGAISchedule::setClosestDistanceToUser()
|
||||
// {
|
||||
|
|
Loading…
Reference in a new issue