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/Chunk.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/Chunk.h') diff --git a/source/Chunk.h b/source/Chunk.h index e21868123..eaa4f82b8 100644 --- a/source/Chunk.h +++ b/source/Chunk.h @@ -106,9 +106,6 @@ public: /// Copies m_BlockData into a_BlockTypes, only the block types void GetBlockTypes(BLOCKTYPE * a_BlockTypes); - /// Copies entire block data into a_BlockData, the entire 4 arrays (Type, Meta, Light, SkyLight) - void GetBlockData(BLOCKTYPE * a_BlockData); - /// Writes the specified cBlockArea at the coords specified. Note that the coords may extend beyond the chunk! void WriteBlockArea(cBlockArea & a_Area, int a_MinBlockX, int a_MinBlockY, int a_MinBlockZ, int a_DataTypes); -- cgit v1.2.3