]> git.mxchange.org Git - flightgear.git/commitdiff
Remove unused variable
authorfrohlich <frohlich>
Mon, 20 Mar 2006 18:16:09 +0000 (18:16 +0000)
committerfrohlich <frohlich>
Mon, 20 Mar 2006 18:16:09 +0000 (18:16 +0000)
src/Scenery/tilemgr.cxx
src/Scenery/tilemgr.hxx

index ea36df53080e9a94b17789d89636d272c710b06c..198ad436e81392c24a15c9264c5d4a24408dce16 100644 (file)
@@ -104,8 +104,6 @@ int FGTileMgr::init() {
     loader.reinit();
 #endif
 
-    hit_list.clear();
-
     state = Inited;
 
     previous_bucket.make_bad();
index 764721313dcf8e2d2f3e0316b3ac99ff4dbe1d57..a206d1cc39d75cf8e1c584b7a8a6fbdc153053c9 100644 (file)
@@ -41,7 +41,6 @@
 #endif // ENABLE_THREADS
 
 #include "FGTileLoader.hxx"
-#include "hitlist.hxx"
 #include "newcache.hxx"
 
 #if defined(USE_MEM) || defined(WIN32)
@@ -82,8 +81,6 @@ private:
     // schedule a needed buckets for loading
     void schedule_needed(double visibility_meters, const SGBucket& curr_bucket);
 
-    FGHitList hit_list;
-
     SGBucket previous_bucket;
     SGBucket current_bucket;
     SGBucket pending;