summaryrefslogtreecommitdiff
path: root/src/mapgen_v7.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_v7.h')
-rw-r--r--src/mapgen_v7.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mapgen_v7.h b/src/mapgen_v7.h
index b88d90dee..7b4364ef1 100644
--- a/src/mapgen_v7.h
+++ b/src/mapgen_v7.h
@@ -106,8 +106,6 @@ private:
Noise *noise_float_base_height;
Noise *noise_mountain;
Noise *noise_ridge;
-
- float float_mount_height_lim;
};
#endif