]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tilemgr.cxx
Fix the temperature computation.
[flightgear.git] / src / Scenery / tilemgr.cxx
index 26c92bb89160b8764dcdb6828c59d32a3295ab7a..f44fb8b7c6ac950fb29e845ab4f5bef7d30f9090 100644 (file)
@@ -32,8 +32,6 @@
 
 #include <simgear/constants.h>
 #include <simgear/debug/logstream.hxx>
-#include <simgear/math/polar3d.hxx>
-#include <simgear/math/sg_geodesy.hxx>
 #include <simgear/math/vector.hxx>
 #include <simgear/structure/exception.hxx>
 #include <simgear/scene/model/modellib.hxx>
@@ -281,9 +279,7 @@ public:
                                  entry->getNode(),
                                  entry->get_inner_ring() ? 10.0f : 1.0f,
                                  _framestamp,
-#ifdef FGOSGPAGER25
                                  entry->getDatabaseRequest(),
-#endif
                                  _options);
         }
     }