1
0
Fork 0

Remove unused variable

This commit is contained in:
frohlich 2006-03-20 18:16:09 +00:00
parent 60745d4db1
commit 292ad8f5af
2 changed files with 0 additions and 5 deletions

View file

@ -104,8 +104,6 @@ int FGTileMgr::init() {
loader.reinit(); loader.reinit();
#endif #endif
hit_list.clear();
state = Inited; state = Inited;
previous_bucket.make_bad(); previous_bucket.make_bad();

View file

@ -41,7 +41,6 @@
#endif // ENABLE_THREADS #endif // ENABLE_THREADS
#include "FGTileLoader.hxx" #include "FGTileLoader.hxx"
#include "hitlist.hxx"
#include "newcache.hxx" #include "newcache.hxx"
#if defined(USE_MEM) || defined(WIN32) #if defined(USE_MEM) || defined(WIN32)
@ -82,8 +81,6 @@ private:
// schedule a needed buckets for loading // schedule a needed buckets for loading
void schedule_needed(double visibility_meters, const SGBucket& curr_bucket); void schedule_needed(double visibility_meters, const SGBucket& curr_bucket);
FGHitList hit_list;
SGBucket previous_bucket; SGBucket previous_bucket;
SGBucket current_bucket; SGBucket current_bucket;
SGBucket pending; SGBucket pending;