From 345e1041a204ca9d40a25b71ae239ce3275f0755 Mon Sep 17 00:00:00 2001 From: Hybrid Dog Date: Mon, 10 Apr 2017 20:03:53 +0200 Subject: Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead code --- src/tool.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/tool.h') diff --git a/src/tool.h b/src/tool.h index f6b196a49..00fae4881 100644 --- a/src/tool.h +++ b/src/tool.h @@ -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); -- cgit v1.2.3