From 71ffa76847f2c685958cafb01b0d3a684648f189 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Wed, 29 Jul 2020 18:51:07 +0100 Subject: Remove unused block tick related cChunk functions --- src/ChunkMap.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ChunkMap.h') 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; } -- cgit v1.2.3