summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/item.h b/src/item.h
index 04cf269e..f6574f8c 100644
--- a/src/item.h
+++ b/src/item.h
@@ -34,14 +34,8 @@ class Image;
class Item
{
public:
- /**
- * Constructor.
- */
Item(int id = -1, int quantity = 0, bool equipped = false);
- /**
- * Destructor.
- */
virtual ~Item();
/**
@@ -131,7 +125,6 @@ class Item
bool mEquipped; /**< Item is equipped. */
bool mInEquipment; /**< Item is in equipment */
int mInvIndex; /**< Inventory index. */
-
};
-#endif
+#endif // ITEM_H