diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-10-10 09:19:19 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-10-10 09:19:19 +0000 |
commit | 61a5caef2951f7e0e3a660514eb5d778d787df8f (patch) | |
tree | d6b22d35689b337ca880d3d3e4131e41d9f50df0 /src/gui/shop.h | |
parent | cea90791bce5f502c33b7eefd9502e7c2452366a (diff) | |
download | mana-61a5caef2951f7e0e3a660514eb5d778d787df8f.tar.gz mana-61a5caef2951f7e0e3a660514eb5d778d787df8f.tar.bz2 mana-61a5caef2951f7e0e3a660514eb5d778d787df8f.tar.xz mana-61a5caef2951f7e0e3a660514eb5d778d787df8f.zip |
Some old uncommitted cleanup.
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r-- | src/gui/shop.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/shop.h b/src/gui/shop.h index 281f4c6d..f4329b4d 100644 --- a/src/gui/shop.h +++ b/src/gui/shop.h @@ -47,11 +47,6 @@ class ShopItems : public gcn::ListModel void addItem(int id, int amount, int price); /** - * Convenience function for adding items. - */ - void addItem(ShopItem* shopItem); - - /** * Returns the number of items in the shop. */ int getNumberOfElements(); |