mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
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
@@ -471,15 +471,6 @@ public:
|
||||
|
||||
void clearFlag(u8 flag);
|
||||
|
||||
// TODO: Move to voxelalgorithms.h
|
||||
|
||||
void unspreadLight(enum LightBank bank, v3s16 p, u8 oldlight,
|
||||
std::set<v3s16> & light_sources, INodeDefManager *nodemgr);
|
||||
|
||||
void spreadLight(enum LightBank bank, v3s16 p, INodeDefManager *nodemgr);
|
||||
void spreadLight(enum LightBank bank,
|
||||
std::set<v3s16> & from_nodes, INodeDefManager *nodemgr);
|
||||
|
||||
/*
|
||||
Member variables
|
||||
*/
|
||||
|
Reference in New Issue
Block a user