From c1d1f57158dd4cf0baf52313fb9d538b87940c67 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 9 Apr 2011 01:24:21 +0200 Subject: Removed a lot of useless "documentation" I have to admit I contributed a large part of these. Sorry for that. Less empty space, more attention to the code. Acked-by: Jared Adams --- src/item.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/item.h') 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 -- cgit v1.2.3-60-g2f50