From c8930850e37dab9820049152a3e668a315a97560 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Mon, 12 Aug 2013 08:18:38 +0200 Subject: Remove farmesh --- src/mapgen.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/mapgen.h') diff --git a/src/mapgen.h b/src/mapgen.h index 6ed2c0994..2e87c62bf 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -114,11 +114,6 @@ public: virtual void makeChunk(BlockMakeData *data) {} virtual int getGroundLevelAtPoint(v2s16 p) { return 0; } - - //Legacy functions for Farmesh (pending removal) - static bool get_have_beach(u64 seed, v2s16 p2d); - static double tree_amount_2d(u64 seed, v2s16 p); - static s16 find_ground_level_from_noise(u64 seed, v2s16 p2d, s16 precision); }; struct MapgenFactory { -- cgit v1.2.3