From 0b365e38b6813dc2083e78122d787ec62d7b65cf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 11 Jul 2013 13:10:06 +0300 Subject: Remove unused code from item class. --- src/item.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index b2004622e..4e1772d2f 100644 --- a/src/item.h +++ b/src/item.h @@ -69,12 +69,6 @@ class Item Image *getImage() const A_WARN_UNUSED { return mImage; } - /** - * Returns the item image. - */ - Image *getDrawImage() const A_WARN_UNUSED - { return mDrawImage; } - /** * Sets the number of items. */ @@ -178,7 +172,6 @@ class Item protected: Image *mImage; /**< Item image. */ - Image *mDrawImage; /**< Draw image. */ bool mEquipment; /**< Item is equipment. */ bool mEquipped; /**< Item is equipped. */ bool mInEquipment; /**< Item is in equipment */ -- cgit v1.2.3-60-g2f50