summaryrefslogtreecommitdiff
path: root/src/mapgen
diff options
context:
space:
mode:
authorZughy <63455151+Zughy@users.noreply.github.com>2021-01-21 18:17:09 +0000
committerGitHub <noreply@github.com>2021-01-21 18:17:09 +0000
commit45ccfe26fb6e0a130e4925ec362cccb1f045a829 (patch)
tree050fd684fa96f8d613d1d469f2fc9bb3d94d13c6 /src/mapgen
parentea5d6312c1ab6ff3e859fcd7a429a384f0f0ff91 (diff)
downloadminetest-45ccfe26fb6e0a130e4925ec362cccb1f045a829.tar.gz
minetest-45ccfe26fb6e0a130e4925ec362cccb1f045a829.tar.bz2
minetest-45ccfe26fb6e0a130e4925ec362cccb1f045a829.zip
Removed some obsolete code (#10562)
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
Diffstat (limited to 'src/mapgen')
-rw-r--r--src/mapgen/mapgen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mapgen/mapgen.h b/src/mapgen/mapgen.h
index 1487731e2..61db4f3b9 100644
--- a/src/mapgen/mapgen.h
+++ b/src/mapgen/mapgen.h
@@ -30,10 +30,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MAPGEN_DEFAULT_NAME "v7"
/////////////////// Mapgen flags
-#define MG_TREES 0x01 // Obsolete. Moved into mgv6 flags
#define MG_CAVES 0x02
#define MG_DUNGEONS 0x04
-#define MG_FLAT 0x08 // Obsolete. Moved into mgv6 flags
#define MG_LIGHT 0x10
#define MG_DECORATIONS 0x20
#define MG_BIOMES 0x40