summaryrefslogtreecommitdiff
path: root/src/gui/shop.h
diff options
context:
space:
mode:
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();