]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/groundnetwork.cxx
properly add librt when clock_gettime is used
[flightgear.git] / src / Airports / groundnetwork.cxx
index 4802b97c57cecafb9140340f326dbce836ac5c01..20d0a793de89d16ed4b341abe67383b2666f809e 100644 (file)
@@ -1337,11 +1337,11 @@ void FGGroundNetwork::render(bool visible)
     if (visible) {
         group = new osg::Group;
         FGScenery * local_scenery = globals->get_scenery();
-        double elevation_meters = 0.0;
+        // double elevation_meters = 0.0;
         double elevation_feet = 0.0;
         time_t now = time(NULL) + fgGetLong("/sim/time/warp");
         //for ( FGTaxiSegmentVectorIterator i = segments.begin(); i != segments.end(); i++) {
-        double dx = 0;
+        //double dx = 0;
         for   (TrafficVectorIterator i = activeTraffic.begin(); i != activeTraffic.end(); i++) {
             // Handle start point
             int pos = i->getCurrentPosition() - 1;