summaryrefslogtreecommitdiff
path: root/src/mapblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapblock.h')
-rw-r--r--src/mapblock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mapblock.h b/src/mapblock.h
index 3871c656d..00695a94e 100644
--- a/src/mapblock.h
+++ b/src/mapblock.h
@@ -348,10 +348,6 @@ public:
setNode(x0 + x, y0 + y, z0 + z, node);
}
- // See comments in mapblock.cpp
- bool propagateSunlight(std::set<v3s16> &light_sources,
- bool remove_light=false, bool *black_air_left=NULL);
-
// Copies data to VoxelManipulator to getPosRelative()
void copyTo(VoxelManipulator &dst);