From 10752d2f35b729b1e84219b4075c9e77727ab1b4 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 8 Feb 2012 19:49:57 +0000 Subject: Removed unused code git-svn-id: http://mc-server.googlecode.com/svn/trunk@249 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cChunk.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/cChunk.h') diff --git a/source/cChunk.h b/source/cChunk.h index cd1122922..d18f09160 100644 --- a/source/cChunk.h +++ b/source/cChunk.h @@ -77,7 +77,6 @@ public: inline void RecalculateHeightmap() { m_bCalculateHeightmap = true; } // Recalculate heightmap next tick void SpreadLight(char* a_LightBuffer); - bool SaveToDisk(); bool LoadFromDisk(); // Broadcasts to all clients that have loaded this chunk @@ -121,8 +120,6 @@ private: void LoadFromJson( const Json::Value & a_Value ); void SaveToJson( Json::Value & a_Value ); - void GenerateTerrain(); - void GenerateFoliage(); void CalculateLighting(); // Recalculate right now void CalculateHeightmap(); void SpreadLightOfBlock(char* a_LightBuffer, int a_X, int a_Y, int a_Z, char a_Falloff); @@ -152,6 +149,11 @@ private: cCriticalSection* m_EntitiesCriticalSection; }; + + + + + #if C_CHUNK_USE_INLINE # include "cChunk.inl.h" #endif \ No newline at end of file -- cgit v1.2.3