summaryrefslogtreecommitdiff
path: root/src/mapgen_valleys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_valleys.h')
-rw-r--r--src/mapgen_valleys.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mapgen_valleys.h b/src/mapgen_valleys.h
index 4f87be6b6..bab3a756e 100644
--- a/src/mapgen_valleys.h
+++ b/src/mapgen_valleys.h
@@ -99,9 +99,6 @@ public:
private:
BiomeGenOriginal *m_bgen;
- int zstride;
- int zstride_1d;
-
float map_gen_limit;
bool humid_rivers;
@@ -110,7 +107,6 @@ private:
s16 cave_water_max_height;
s16 lava_max_height;
- u32 spflags;
float altitude_chill;
s16 lava_features_lim;
s16 massive_cave_depth;
@@ -129,7 +125,6 @@ private:
Noise *noise_valley_profile;
content_t c_cobble;
- content_t c_dirt;
content_t c_lava_source;
content_t c_mossycobble;
content_t c_sand;