From 2f280cc6724cd9dd0bf0bbe7a0d07bf888efce27 Mon Sep 17 00:00:00 2001 From: Paramat Date: Mon, 26 Mar 2018 04:59:49 +0100 Subject: Mapgen: Remove unused mgv7 code and some unused biometypes --- src/script/lua_api/l_mapgen.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/script/lua_api') diff --git a/src/script/lua_api/l_mapgen.cpp b/src/script/lua_api/l_mapgen.cpp index 263273cc3..d7bb96086 100644 --- a/src/script/lua_api/l_mapgen.cpp +++ b/src/script/lua_api/l_mapgen.cpp @@ -40,10 +40,6 @@ with this program; if not, write to the Free Software Foundation, Inc., struct EnumString ModApiMapgen::es_BiomeTerrainType[] = { {BIOMETYPE_NORMAL, "normal"}, - {BIOMETYPE_LIQUID, "liquid"}, - {BIOMETYPE_NETHER, "nether"}, - {BIOMETYPE_AETHER, "aether"}, - {BIOMETYPE_FLAT, "flat"}, {0, NULL}, }; -- cgit v1.2.3