aboutsummaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/map.h b/src/map.h
index 821e638c1..e0db2e262 100644
--- a/src/map.h
+++ b/src/map.h
@@ -418,13 +418,7 @@ private:
bool m_map_saving_enabled;
int m_map_compression_level;
-#if 0
- // Chunk size in MapSectors
- // If 0, chunks are disabled.
- s16 m_chunksize;
- // Chunks
- core::map<v2s16, MapChunk*> m_chunks;
-#endif
+
std::set<v3s16> m_chunks_in_progress;
/*