From 7538b4c6201675c566c98b21c8ecddb798a14943 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 25 Jun 2011 04:25:14 +0300 Subject: New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo) --- src/mapsector.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/mapsector.h') diff --git a/src/mapsector.h b/src/mapsector.h index 2888eb7b2..fda290cd7 100644 --- a/src/mapsector.h +++ b/src/mapsector.h @@ -203,13 +203,6 @@ public: // Basically, this should be changed to true in every setter method bool differs_from_disk; - // Counts seconds from last usage. - // Sector can be deleted from memory after some time of inactivity. - // NOTE: It has to be made very sure no other thread is accessing - // the sector and it doesn't remain in any cache when - // deleting it. - float usage_timer; - protected: // The pile of MapBlocks -- cgit v1.2.3