summaryrefslogtreecommitdiff
path: root/src/gui/buysell.h
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.h
parentd0333c99e0ff4c5510875bf8993056875d6c93af (diff)
downloadMana-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.tar.gz
Mana-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.tar.bz2
Mana-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.tar.xz
Mana-aa6a0b7b75bc05e51805b6f377ca6278f1f58436.zip
Added automatic widget cleanup to the window class.
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r--src/gui/buysell.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/buysell.h b/src/gui/buysell.h
index f1c81b60..fad7e83d 100644
--- a/src/gui/buysell.h
+++ b/src/gui/buysell.h
@@ -47,11 +47,6 @@ class BuySellDialog : public Window, public gcn::ActionListener
BuySellDialog();
/**
- * Destructor.
- */
- ~BuySellDialog();
-
- /**
* Called when receiving actions from the widgets.
*/
void action(const std::string& eventId);