diff options
Diffstat (limited to 'src/gui/sell.cpp')
-rw-r--r-- | src/gui/sell.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp index 7245c692..ea5b948f 100644 --- a/src/gui/sell.cpp +++ b/src/gui/sell.cpp @@ -116,11 +116,6 @@ SellDialog::SellDialog(): setLocationRelativeTo(getParent()); } -SellDialog::~SellDialog() -{ - delete itemList; -} - void SellDialog::reset() { shopInventory.clear(); |