]> git.lizzy.rs Git - minetest.git/blobdiff - src/mapgen.h
Add a setting to enable always flying fast
[minetest.git] / src / mapgen.h
index e2f20ecafdb92544390b8bd2a3ad66b6a27aa660..8986ddab0cb2898e9e92d0d4fc08ebe83150c449 100644 (file)
@@ -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
        */