summaryrefslogtreecommitdiffstats
path: root/source/cChunkMap.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-08 20:49:57 +0100
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-02-08 20:49:57 +0100
commit10752d2f35b729b1e84219b4075c9e77727ab1b4 (patch)
tree7d72b9c260a876ecda99bb458d0a75d34858beb4 /source/cChunkMap.h
parentAdded total chunk count to webadmin (diff)
downloadcuberite-10752d2f35b729b1e84219b4075c9e77727ab1b4.tar
cuberite-10752d2f35b729b1e84219b4075c9e77727ab1b4.tar.gz
cuberite-10752d2f35b729b1e84219b4075c9e77727ab1b4.tar.bz2
cuberite-10752d2f35b729b1e84219b4075c9e77727ab1b4.tar.lz
cuberite-10752d2f35b729b1e84219b4075c9e77727ab1b4.tar.xz
cuberite-10752d2f35b729b1e84219b4075c9e77727ab1b4.tar.zst
cuberite-10752d2f35b729b1e84219b4075c9e77727ab1b4.zip
Diffstat (limited to '')
-rw-r--r--source/cChunkMap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/cChunkMap.h b/source/cChunkMap.h
index 9cab98221..dfccf8213 100644
--- a/source/cChunkMap.h
+++ b/source/cChunkMap.h
@@ -21,7 +21,6 @@ public:
~cChunkMap();
void AddChunk( cChunk* a_Chunk );
- unsigned int MakeHash( int a_X, int a_Z );
cChunk* GetChunk( int a_X, int a_Y, int a_Z );
void RemoveChunk( cChunk* a_Chunk );