diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-06-25 04:25:14 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-25 04:25:14 +0300 |
commit | 7538b4c6201675c566c98b21c8ecddb798a14943 (patch) | |
tree | e61cbdb7c2d9fedd41e2793860aa26553c545f56 /src/mapsector.h | |
parent | 47e4eda4bb87cd9dc20dddf81ca473b523eeb150 (diff) | |
download | minetest-7538b4c6201675c566c98b21c8ecddb798a14943.tar.gz minetest-7538b4c6201675c566c98b21c8ecddb798a14943.tar.bz2 minetest-7538b4c6201675c566c98b21c8ecddb798a14943.zip |
New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo)
Diffstat (limited to 'src/mapsector.h')
-rw-r--r-- | src/mapsector.h | 7 |
1 files changed, 0 insertions, 7 deletions
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 |