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 bab3a756e..a7369ea92 100644
--- a/src/mapgen_valleys.h
+++ b/src/mapgen_valleys.h
@@ -124,13 +124,8 @@ private:
Noise *noise_valley_depth;
Noise *noise_valley_profile;
- content_t c_cobble;
content_t c_lava_source;
- content_t c_mossycobble;
content_t c_sand;
- content_t c_sandstonebrick;
- content_t c_stair_cobble;
- content_t c_stair_sandstonebrick;
float terrainLevelAtPoint(s16 x, s16 z);