summaryrefslogtreecommitdiff
path: root/src/mapsector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapsector.cpp')
-rw-r--r--src/mapsector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapsector.cpp b/src/mapsector.cpp
index a24b6c5de..97101dd36 100644
--- a/src/mapsector.cpp
+++ b/src/mapsector.cpp
@@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
MapSector::MapSector(NodeContainer *parent, v2s16 pos):
differs_from_disk(true),
- usage_timer(0.0),
m_parent(parent),
m_pos(pos),
m_block_cache(NULL)