mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove unused functions.
This commit is contained in:
parent
ee6cad1546
commit
5556ba168f
5 changed files with 0 additions and 44 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue