Remove unused variable
This commit is contained in:
parent
60745d4db1
commit
292ad8f5af
2 changed files with 0 additions and 5 deletions
|
@ -104,8 +104,6 @@ int FGTileMgr::init() {
|
|||
loader.reinit();
|
||||
#endif
|
||||
|
||||
hit_list.clear();
|
||||
|
||||
state = Inited;
|
||||
|
||||
previous_bucket.make_bad();
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue