From 8f85b9c625e5e0fa4e2cb41a94246d11dc603052 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 23 Feb 2012 11:38:10 +0000 Subject: cChunk: removed unused code git-svn-id: http://mc-server.googlecode.com/svn/trunk@323 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunk.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/cChunk.h') diff --git a/source/cChunk.h b/source/cChunk.h index 2fec4bcbe..8e0e9e627 100644 --- a/source/cChunk.h +++ b/source/cChunk.h @@ -178,7 +178,6 @@ public: void UseBlockEntity(cPlayer * a_Player, int a_X, int a_Y, int a_Z); // [x, y, z] in world block coords inline void RecalculateLighting() { m_bCalculateLighting = true; } // Recalculate lighting next tick - inline void RecalculateHeightmap() { m_bCalculateHeightmap = true; } // Recalculate heightmap next tick void SpreadLight(char* a_LightBuffer); void CalculateLighting(); // Recalculate right now void CalculateHeightmap(); @@ -250,7 +249,6 @@ private: cBlockEntityList m_BlockEntities; bool m_bCalculateLighting; - bool m_bCalculateHeightmap; int m_PosX, m_PosY, m_PosZ; cWorld * m_World; -- cgit v1.2.3