summaryrefslogtreecommitdiff
path: root/src/mapgen/mg_biome.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen/mg_biome.h')
-rw-r--r--src/mapgen/mg_biome.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mapgen/mg_biome.h b/src/mapgen/mg_biome.h
index ad90f28f8..086cf56fe 100644
--- a/src/mapgen/mg_biome.h
+++ b/src/mapgen/mg_biome.h
@@ -36,13 +36,8 @@ typedef u8 biome_t;
#define BIOME_NONE ((biome_t)0)
-// TODO(hmmmm): Decide whether this is obsolete or will be used in the future
enum BiomeType {
BIOMETYPE_NORMAL,
- BIOMETYPE_LIQUID,
- BIOMETYPE_NETHER,
- BIOMETYPE_AETHER,
- BIOMETYPE_FLAT,
};
class Biome : public ObjDef, public NodeResolver {