diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/buy.cpp | 7 |
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() - { - } -} |