From 735fc2a1f25eed78460c02867a4960fbf1e66a72 Mon Sep 17 00:00:00 2001 From: Dániel Juhász Date: Sun, 4 Feb 2018 04:16:45 +0100 Subject: Remove unused light updating code Also remove the unit test that tests the removed algorithms. --- src/mapblock.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mapblock.h') 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 &light_sources, - bool remove_light=false, bool *black_air_left=NULL); - // Copies data to VoxelManipulator to getPosRelative() void copyTo(VoxelManipulator &dst); -- cgit v1.2.3