]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tilemgr.hxx
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / Scenery / tilemgr.hxx
index 9d41d788c72bb7915d7acfad03dffc8734a35e4a..a206d1cc39d75cf8e1c584b7a8a6fbdc153053c9 100644 (file)
@@ -16,7 +16,7 @@
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
@@ -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;