summaryrefslogtreecommitdiffstats
path: root/source/Chunk.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Chunk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Chunk.h b/source/Chunk.h
index cba39f7ee..16cda056c 100644
--- a/source/Chunk.h
+++ b/source/Chunk.h
@@ -344,7 +344,6 @@ private:
bool m_IsSaving; // True if the chunk is being saved
bool m_HasLoadFailed; // True if chunk failed to load and hasn't been generated yet since then
- cCriticalSection m_CSBlockLists;
std::vector<unsigned int> m_ToTickBlocks;
sSetBlockVector m_PendingSendBlocks; ///< Blocks that have changed and need to be sent to all clients