]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/newcache.hxx
Currently, when the sim pauses, all IO is also halted. To me it generally
[flightgear.git] / src / Scenery / newcache.hxx
index 8060a1becea9dfe8b2978cd779d4bd55c0aa3b21..eaf2c154151b42711d76f55eaa821cd894894fe6 100644 (file)
 #  include <config.h>
 #endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-
-#include <GL/glut.h>
-
 #include <map>
 
 #include <simgear/bucket/newbucket.hxx>
@@ -82,8 +76,10 @@ public:
     // Check if the specified "bucket" exists in the cache
     bool exists( const SGBucket& b ) const;
 
+#if 0
     // Ensure at least one entry is free in the cache
     bool make_space();
+#endif
 
     // Return the index of the oldest tile in the cache, return -1 if
     // nothing available to be removed.