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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mapgen_v7.h b/src/mapgen_v7.h
index aee171b48..9ed89a511 100644
--- a/src/mapgen_v7.h
+++ b/src/mapgen_v7.h
@@ -78,12 +78,6 @@ private:
Noise *noise_ridge_uwater;
Noise *noise_mountain;
Noise *noise_ridge;
-
- content_t c_cobble;
- content_t c_stair_cobble;
- content_t c_mossycobble;
- content_t c_sandstonebrick;
- content_t c_stair_sandstonebrick;
};
struct MapgenFactoryV7 : public MapgenFactory {