diff options
author | Paramat <paramat@users.noreply.github.com> | 2018-03-26 04:59:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-26 04:59:49 +0100 |
commit | 2f280cc6724cd9dd0bf0bbe7a0d07bf888efce27 (patch) | |
tree | 2079d0b94a138dc6a573e247e5da0b0836dd4c76 /src/script/lua_api/l_mapgen.cpp | |
parent | 43f98eb47cabd3b8a2f5d2f9e7ae3bb6cf52fd6c (diff) | |
download | minetest-2f280cc6724cd9dd0bf0bbe7a0d07bf888efce27.tar.gz minetest-2f280cc6724cd9dd0bf0bbe7a0d07bf888efce27.tar.bz2 minetest-2f280cc6724cd9dd0bf0bbe7a0d07bf888efce27.zip |
Mapgen: Remove unused mgv7 code and some unused biometypes
Diffstat (limited to 'src/script/lua_api/l_mapgen.cpp')
-rw-r--r-- | src/script/lua_api/l_mapgen.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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}, }; |