summaryrefslogtreecommitdiff
path: root/src/gui/buysell.cpp
diff options
context:
space:
mode:
authorBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-18 21:40:25 +0000
committerBjörn Steinbrink <B.Steinbrink@gmx.de>2005-10-18 21:40:25 +0000
commitaa6a0b7b75bc05e51805b6f377ca6278f1f58436 (patch)
tree718c211089348a3b67641d16821a98ae88de0285 /src/gui/buysell.cpp
parentd0333c99e0ff4c5510875bf8993056875d6c93af (diff)
downloadmana-client-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.tar.gz
mana-client-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.tar.bz2
mana-client-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.tar.xz
mana-client-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.zip
Added automatic widget cleanup to the window class.
Diffstat (limited to 'src/gui/buysell.cpp')
-rw-r--r--src/gui/buysell.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/buysell.cpp b/src/gui/buysell.cpp
index 627d119f..178c2719 100644
--- a/src/gui/buysell.cpp
+++ b/src/gui/buysell.cpp
@@ -61,13 +61,6 @@ BuySellDialog::BuySellDialog():
buyButton->requestFocus();
}
-BuySellDialog::~BuySellDialog()
-{
- delete buyButton;
- delete sellButton;
- delete cancelButton;
-}
-
void BuySellDialog::action(const std::string& eventId)
{
int actionId = -1;