]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tilemgr.hxx
remove the "terrain-elevation" command again. This is no longer necessary,
[flightgear.git] / src / Scenery / tilemgr.hxx
index 31a8a443c4be853030891aa28f93c9c8c5affe52..e274ac98d36b5727c9b0c23a1554eddc377f46da 100644 (file)
@@ -122,11 +122,6 @@ private:
 #endif // ENABLE_THREADS
     static queue<FGTileEntry *> delete_queue;
 
-    /**
-     * Tile filter indicator, to implement multipass rendering
-     */
-    static bool tile_filter;
-
 public:
 
     /**
@@ -175,8 +170,6 @@ public:
 
     const SGBucket& get_current_bucket () const { return current_bucket; }
 
-    static bool set_tile_filter( bool f );
-
     /// Returns true if scenery is avaliable for the given lat, lon position
     /// within a range of range_m.
     /// lat and lon are expected to be in degrees.