From: James Turner Date: Fri, 30 Jul 2010 08:07:24 +0000 (+0100) Subject: Removes some references (in comments / disabled code) to Point3D X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c7fb6c91bbf17119407748d4d49d627748ad037;p=flightgear.git Removes some references (in comments / disabled code) to Point3D --- diff --git a/src/Traffic/SchedFlight.cxx b/src/Traffic/SchedFlight.cxx index 40d237b43..5575f6ee0 100644 --- a/src/Traffic/SchedFlight.cxx +++ b/src/Traffic/SchedFlight.cxx @@ -33,7 +33,6 @@ * * TODO: * - Check the code for known portability issues - * - Find an alternative for the depricated Point3D class * *****************************************************************************/ diff --git a/src/Traffic/Schedule.cxx b/src/Traffic/Schedule.cxx index 3b990e377..8c0030de1 100644 --- a/src/Traffic/Schedule.cxx +++ b/src/Traffic/Schedule.cxx @@ -496,7 +496,6 @@ bool compareSchedules(FGAISchedule*a, FGAISchedule*b) // double course; // double dist; -// Point3D temp; // time_t // totalTimeEnroute, // elapsedTimeEnroute;