From af8903b61ca7f1b619aa17e0337290efb0a89d46 Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 16 Nov 2008 14:17:52 +0000 Subject: [PATCH] Comment out an unused non compilable function --- src/Traffic/Schedule.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() // {