]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tilecache.hxx
Improve error messages for system.fgfsrc removal
[flightgear.git] / src / Scenery / tilecache.hxx
index eb65696c839aadda533f28841f3a360d3d763f41..79fec4170866aaeb209f70814015161de5e21869 100644 (file)
@@ -73,7 +73,9 @@ public:
     // Return the index of a tile to be dropped from the cache, return -1 if
     // nothing available to be removed.
     long get_drop_tile();
-    
+  
+    long get_first_expired_tile() const;
+  
     // Clear all flags indicating tiles belonging to the current view
     void clear_current_view();
 
@@ -81,9 +83,6 @@ public:
     // and this does not free the object which is pointed to.
     void clear_entry( long cache_entry );
 
-    // Refresh/reload a tile when it's already in memory.
-    void refresh_tile(long tile_index);
-
     // Clear all completely loaded tiles (ignores partially loaded tiles)
     void clear_cache();