summaryrefslogtreecommitdiffstats
path: root/src/Item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Item.h')
-rw-r--r--src/Item.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Item.h b/src/Item.h
index 620c77b29..910ecb382 100644
--- a/src/Item.h
+++ b/src/Item.h
@@ -175,9 +175,6 @@ public:
/** Returns true if the specified item type is enchantable (as per 1.2.5 protocol requirements) */
static bool IsEnchantable(short a_ItemType); // tolua_export
- /** Fills a_Enchantments with the list of enchantments applicable to the specified item type */
- static void cItem::GetApplicableEnchantmentsForType(short a_ItemType, cEnchantmentsArray & a_Enchantments);
-
// tolua_begin
short m_ItemType;