summaryrefslogtreecommitdiffstats
path: root/src/Item.h
diff options
context:
space:
mode:
authordaniel0916 <theschokolps@gmail.com>2014-04-12 14:58:46 +0200
committerdaniel0916 <theschokolps@gmail.com>2014-04-12 14:58:46 +0200
commite6e702e7fdbc8b7475d3dbecc0f81a08304997ae (patch)
tree1764949b84b4ae7a9da2330a90513c301d707820 /src/Item.h
parentModified comment (diff)
downloadcuberite-e6e702e7fdbc8b7475d3dbecc0f81a08304997ae.tar
cuberite-e6e702e7fdbc8b7475d3dbecc0f81a08304997ae.tar.gz
cuberite-e6e702e7fdbc8b7475d3dbecc0f81a08304997ae.tar.bz2
cuberite-e6e702e7fdbc8b7475d3dbecc0f81a08304997ae.tar.lz
cuberite-e6e702e7fdbc8b7475d3dbecc0f81a08304997ae.tar.xz
cuberite-e6e702e7fdbc8b7475d3dbecc0f81a08304997ae.tar.zst
cuberite-e6e702e7fdbc8b7475d3dbecc0f81a08304997ae.zip
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;