summaryrefslogtreecommitdiffstats
path: root/src/Item.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Item.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Item.h b/src/Item.h
index 97c4c2ba2..534632e2e 100644
--- a/src/Item.h
+++ b/src/Item.h
@@ -153,11 +153,6 @@ public:
inline bool IsDamageable(void) const { return (GetMaxDamage() > 0); }
- /* Returns true if this itemstack can stack with the specified stack (types match, enchantments etc.) ItemCounts are ignored!
- THIS FUNCTION IS OBSOLETE; USE ISEQUAL INSTEAD
- */
- OBSOLETE bool IsStackableWith(const cItem & a_OtherStack) const { return IsEqual(a_OtherStack); }
-
/// Returns true if the item is stacked up to its maximum stacking.
bool IsFullStack(void) const;