summaryrefslogtreecommitdiffstats
path: root/source/cChunkGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cChunkGenerator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/cChunkGenerator.h b/source/cChunkGenerator.h
index df29a3e60..bdba4da98 100644
--- a/source/cChunkGenerator.h
+++ b/source/cChunkGenerator.h
@@ -10,9 +10,6 @@ public:
void GenerateChunk( int a_X, int a_Z );
- cChunk* GetCurrentlyGenerating(); // WARNING - Be sure to Lock() before calling, and Unlock() after done with the chunk!
- void Lock();
- void Unlock();
private:
static void GenerateThread( void* a_Params );