summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/buy.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp
index 74a18cf1..10b66678 100644
--- a/src/gui/buy.cpp
+++ b/src/gui/buy.cpp
@@ -322,10 +322,3 @@ std::string BuyDialog::getElementAt(int i)
{
return shopInventory[i].name;
}
-
-namespace gcn
-{
- ListModel::~ListModel()
- {
- }
-}