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;
|
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()
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Add table
Reference in a new issue