summaryrefslogtreecommitdiff
path: root/src/mapgen_flat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_flat.h')
-rw-r--r--src/mapgen_flat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mapgen_flat.h b/src/mapgen_flat.h
index ffec4b924..afe67b04e 100644
--- a/src/mapgen_flat.h
+++ b/src/mapgen_flat.h
@@ -70,12 +70,6 @@ private:
float hill_threshold;
float hill_steepness;
Noise *noise_terrain;
-
- content_t c_cobble;
- content_t c_stair_cobble;
- content_t c_mossycobble;
- content_t c_sandstonebrick;
- content_t c_stair_sandstonebrick;
};
struct MapgenFactoryFlat : public MapgenFactory {