summaryrefslogtreecommitdiff
path: root/src/gui/shop.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-10-10 09:19:19 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-10-10 09:19:19 +0000
commit61a5caef2951f7e0e3a660514eb5d778d787df8f (patch)
treed6b22d35689b337ca880d3d3e4131e41d9f50df0 /src/gui/shop.h
parentcea90791bce5f502c33b7eefd9502e7c2452366a (diff)
downloadmana-client-61a5caef2951f7e0e3a660514eb5d778d787df8f.tar.gz
mana-client-61a5caef2951f7e0e3a660514eb5d778d787df8f.tar.bz2
mana-client-61a5caef2951f7e0e3a660514eb5d778d787df8f.tar.xz
mana-client-61a5caef2951f7e0e3a660514eb5d778d787df8f.zip
Some old uncommitted cleanup.
Diffstat (limited to 'src/gui/shop.h')
-rw-r--r--src/gui/shop.h5
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();