1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00: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);