From: fredb Date: Sun, 16 Nov 2008 14:17:52 +0000 (+0000) Subject: Comment out an unused non compilable function X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=af8903b61ca7f1b619aa17e0337290efb0a89d46;p=flightgear.git Comment out an unused non compilable function --- diff --git a/src/Traffic/Schedule.cxx b/src/Traffic/Schedule.cxx index 2e365d522..59ae872ee 100644 --- a/src/Traffic/Schedule.cxx +++ b/src/Traffic/Schedule.cxx @@ -610,12 +610,12 @@ double FGAISchedule::getSpeed() } return speed; } - +/* bool compareSchedules(FGAISchedule*a, FGAISchedule*b) { //return (*a) < (*b); } - +*/ // void FGAISchedule::setClosestDistanceToUser() // {