summaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen_fractal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen/mapgen_fractal.h')
-rw-r--r--src/mapgen/mapgen_fractal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mapgen/mapgen_fractal.h b/src/mapgen/mapgen_fractal.h
index e5cb2c832..0654d0360 100644
--- a/src/mapgen/mapgen_fractal.h
+++ b/src/mapgen/mapgen_fractal.h
@@ -85,10 +85,6 @@ public:
private:
u16 formula;
bool julia;
-
- s16 large_cave_depth;
- s16 dungeon_ymin;
- s16 dungeon_ymax;
u16 fractal;
u16 iterations;
v3f scale;