mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Remove unused functions.
This commit is contained in:
@@ -53,6 +53,4 @@ void TestMapNode::testNodeProperties(INodeDefManager *nodedef)
|
||||
// Transparency
|
||||
n.setContent(CONTENT_AIR);
|
||||
UASSERT(nodedef->get(n).light_propagates == true);
|
||||
n.setContent(LEGN(nodedef, "CONTENT_STONE"));
|
||||
UASSERT(nodedef->get(n).light_propagates == false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user