summaryrefslogtreecommitdiffstats
path: root/src/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Defines.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Defines.h b/src/Defines.h
index ee91ee596..4fde6800a 100644
--- a/src/Defines.h
+++ b/src/Defines.h
@@ -727,14 +727,5 @@ namespace ItemCategory
// tolua_end
-inline bool BlockRequiresSpecialTool(BLOCKTYPE a_BlockType)
-{
- if(!IsValidBlock(a_BlockType)) return false;
- return cBlockInfo::RequiresSpecialTool(a_BlockType);
-}
-
-
-
-