summaryrefslogtreecommitdiff
path: root/src/gui/shop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/shop.cpp')
-rw-r--r--src/gui/shop.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/shop.cpp b/src/gui/shop.cpp
index c5e257da..2a7ea0ce 100644
--- a/src/gui/shop.cpp
+++ b/src/gui/shop.cpp
@@ -45,11 +45,6 @@ void ShopItems::addItem(int id, int amount, int price)
mShopItems.push_back(new ShopItem(id, amount, price));
}
-void ShopItems::addItem(ShopItem* shopItem)
-{
- mShopItems.push_back(shopItem);
-}
-
ShopItem* ShopItems::at(int i)
{
return mShopItems.at(i);