aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_v5.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_v5.h')
-rw-r--r--src/mapgen_v5.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mapgen_v5.h b/src/mapgen_v5.h
index e7e5b2327..4e1772a64 100644
--- a/src/mapgen_v5.h
+++ b/src/mapgen_v5.h
@@ -61,12 +61,6 @@ private:
Noise *noise_factor;
Noise *noise_height;
Noise *noise_ground;
-
- content_t c_cobble;
- content_t c_stair_cobble;
- content_t c_mossycobble;
- content_t c_sandstonebrick;
- content_t c_stair_sandstonebrick;
};