From 82ce40e2cc8694233fad96b464367a55a5cee680 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 19 Aug 2013 09:13:19 +0200 Subject: Removed an unused CriticalSection from cChunk. Fixes #109 --- source/Chunk.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/Chunk.h') 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 m_ToTickBlocks; sSetBlockVector m_PendingSendBlocks; ///< Blocks that have changed and need to be sent to all clients -- cgit v1.2.3