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();
#endif
hit_list.clear();
state = Inited;
previous_bucket.make_bad();

View 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;