diff options
Diffstat (limited to 'src/gui/buy.cpp')
-rw-r--r-- | src/gui/buy.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp index 4414a755..1c0b2ea7 100644 --- a/src/gui/buy.cpp +++ b/src/gui/buy.cpp @@ -114,11 +114,6 @@ BuyDialog::BuyDialog(): setLocationRelativeTo(getParent()); } -BuyDialog::~BuyDialog() -{ - delete itemList; -} - void BuyDialog::setMoney(int amount) { m_money = amount; |