diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2012-01-30 19:22:05 +0200 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2012-03-27 19:01:52 +0300 |
| commit | 9a4ef878598bf05bd2e88e44592fe21ccdb0aec6 (patch) | |
| tree | 72b2f292afc6a95efe59d63c1291bca5fa384704 /src/mapgen.h | |
| parent | a57f4c23d8fa490f2aef8bd2bc15d9d4e3a7dbd5 (diff) | |
| download | dragonfireclient-9a4ef878598bf05bd2e88e44592fe21ccdb0aec6.tar.xz | |
Remove no-op mapgen::add_random_objects
Diffstat (limited to 'src/mapgen.h')
| -rw-r--r-- | src/mapgen.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mapgen.h b/src/mapgen.h index 20eefea29..24a853bdc 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -39,9 +39,6 @@ namespace mapgen // Main map generation routine void make_block(BlockMakeData *data); - // Add objects according to block content - void add_random_objects(MapBlock *block); - // Add a tree void make_tree(ManualMapVoxelManipulator &vmanip, v3s16 p0, bool is_apple_tree, INodeDefManager *ndef); @@ -51,7 +48,6 @@ namespace mapgen */ bool get_have_sand(u64 seed, v2s16 p2d); double tree_amount_2d(u64 seed, v2s16 p); - struct BlockMakeData { |
