diff options
Diffstat (limited to 'src/ChunkMap.h')
-rw-r--r-- | src/ChunkMap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ChunkMap.h b/src/ChunkMap.h index 7096e3d70..685651728 100644 --- a/src/ChunkMap.h +++ b/src/ChunkMap.h @@ -401,9 +401,6 @@ public: void ChunkValidated(void); // Called by chunks that have become valid - /** Queues the specified block for ticking (block update) */ - void QueueTickBlock(Vector3i a_AbsPos); - /** Returns the CS for locking the chunkmap; only cWorld::cLock may use this function! */ cCriticalSection & GetCS(void) { return m_CSChunks; } |