]> 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 a206d1cc39d75cf8e1c584b7a8a6fbdc153053c9..e274ac98d36b5727c9b0c23a1554eddc377f46da 100644 (file)
@@ -53,8 +53,6 @@ SG_USING_STD( queue );
 
 
 // forward declaration
-class ssgBranch;
-class ssgEntity;
 class FGTileEntry;
 class FGDeferredModel;
 
@@ -124,11 +122,6 @@ private:
 #endif // ENABLE_THREADS
     static queue<FGTileEntry *> delete_queue;
 
-    /**
-     * Tile filter indicator, to implement multipass rendering
-     */
-    static bool tile_filter;
-
 public:
 
     /**
@@ -169,17 +162,13 @@ public:
     // tile, set the ssg transform and update it's range selector
     // based on current visibilty void prep_ssg_nodes( float
     // visibility_meters );
-    void prep_ssg_nodes( SGLocation *location, float visibility_meters );
+    void prep_ssg_nodes(float visibility_meters );
 
     // Set flag with event manager so that non-moving view refreshes
     // tiles...
     void refresh_view_timestamps();
 
-    inline const SGBucket& get_current_bucket () const { return current_bucket; }
-    inline const SGBucket& get_previous_bucket () const { return previous_bucket; }
-
-    static bool set_tile_filter( bool f );
-    static int tile_filter_cb( ssgEntity *, int );
+    const SGBucket& get_current_bucket () const { return current_bucket; }
 
     /// Returns true if scenery is avaliable for the given lat, lon position
     /// within a range of range_m.