diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-07-11 13:10:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-07-11 13:10:06 +0300 |
commit | 0b365e38b6813dc2083e78122d787ec62d7b65cf (patch) | |
tree | d57ea304d51955db9522b6532959285ebce8841e /src/item.h | |
parent | 93c54ae82e25a7fbf4616f51e265bd209241c7a2 (diff) | |
download | plus-0b365e38b6813dc2083e78122d787ec62d7b65cf.tar.gz plus-0b365e38b6813dc2083e78122d787ec62d7b65cf.tar.bz2 plus-0b365e38b6813dc2083e78122d787ec62d7b65cf.tar.xz plus-0b365e38b6813dc2083e78122d787ec62d7b65cf.zip |
Remove unused code from item class.
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/item.h b/src/item.h index b2004622e..4e1772d2f 100644 --- a/src/item.h +++ b/src/item.h @@ -70,12 +70,6 @@ class Item { return mImage; } /** - * Returns the item image. - */ - Image *getDrawImage() const A_WARN_UNUSED - { return mDrawImage; } - - /** * Sets the number of items. */ void setQuantity(const int quantity) @@ -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 */ |