From cf8213ea827f38ae5d4b8ef16c396545e3e59657 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Fri, 12 Dec 2014 14:07:49 -0500 Subject: Add minetest.clear_registered_decorations() and clear_registered_ores() --- src/mg_biome.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mg_biome.h') diff --git a/src/mg_biome.h b/src/mg_biome.h index 04567267f..f1539dacb 100644 --- a/src/mg_biome.h +++ b/src/mg_biome.h @@ -71,9 +71,6 @@ public: void calcBiomes(s16 sx, s16 sy, float *heat_map, float *humidity_map, s16 *height_map, u8 *biomeid_map); Biome *getBiome(float heat, float humidity, s16 y); - -private: - NodeResolver *m_resolver; }; #endif -- cgit v1.2.3