summaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index e2f20ecaf..8986ddab0 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -42,10 +42,6 @@ namespace mapgen
// Main map generation routine
void make_block(BlockMakeData *data);
- // Add a tree
- void make_tree(ManualMapVoxelManipulator &vmanip, v3s16 p0,
- bool is_apple_tree, INodeDefManager *ndef);
-
/*
These are used by FarMesh
*/