From 934d3fe56549a3dce33bc565d27970dc29b88404 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 11 Nov 2012 15:06:31 +0000 Subject: Removed an unused obsolete function chain - cWorld::GetChunkBlockData() git-svn-id: http://mc-server.googlecode.com/svn/trunk@1036 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/World.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/World.h') diff --git a/source/World.h b/source/World.h index 3b5f45276..9b6b16f59 100644 --- a/source/World.h +++ b/source/World.h @@ -161,9 +161,6 @@ public: /// Gets the chunk's blocks, only the block types bool GetChunkBlockTypes(int a_ChunkX, int a_ChunkY, int a_ChunkZ, BLOCKTYPE * a_BlockTypes); - /// Gets the chunk's blockdata, the entire 4 arrays (Types, Meta, Light, SkyLight) - bool GetChunkBlockData (int a_ChunkX, int a_ChunkY, int a_ChunkZ, BLOCKTYPE * a_BlockData); - bool IsChunkValid (int a_ChunkX, int a_ChunkY, int a_ChunkZ) const; bool HasChunkAnyClients(int a_ChunkX, int a_ChunkY, int a_ChunkZ) const; -- cgit v1.2.3