1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead code

This commit is contained in:
Hybrid Dog
2017-04-10 20:03:53 +02:00
committed by paramat
parent d7c1f6c92e
commit 345e1041a2
3 changed files with 27 additions and 49 deletions

View File

@@ -95,9 +95,6 @@ struct DigParams
{}
};
DigParams getDigParams(const ItemGroupList &groups,
const ToolCapabilities *tp, float time_from_last_punch);
DigParams getDigParams(const ItemGroupList &groups,
const ToolCapabilities *tp);