From 4dc72fe00b66ef7d55458f7753a186d83771222b Mon Sep 17 00:00:00 2001 From: peterbell10 Date: Sat, 27 May 2017 13:27:31 +0100 Subject: Remove redundant heighmap code --- src/Generating/Noise3DGenerator.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Generating/Noise3DGenerator.h') diff --git a/src/Generating/Noise3DGenerator.h b/src/Generating/Noise3DGenerator.h index 0b0730e21..91408a32b 100644 --- a/src/Generating/Noise3DGenerator.h +++ b/src/Generating/Noise3DGenerator.h @@ -61,9 +61,6 @@ protected: /** Generates the 3D noise array used for terrain generation; a_Noise is of ChunkData-size */ void GenerateNoiseArray(int a_ChunkX, int a_ChunkZ, NOISE_DATATYPE * a_Noise); - /** Updates heightmap based on the chunk's contents */ - void UpdateHeightmap(cChunkDesc & a_ChunkDesc); - /** Composes terrain - adds dirt, grass and sand */ void ComposeTerrain(cChunkDesc & a_ChunkDesc); } ; -- cgit v1.2.3