Remove unused light updating code
Also remove the unit test that tests the removed algorithms.
This commit is contained in:
committed by
Andrew Ward
parent
cf0bcebc76
commit
735fc2a1f2
@@ -348,10 +348,6 @@ class MapBlock
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user