diff options
Diffstat (limited to 'src/gui/buysell.h')
-rw-r--r-- | src/gui/buysell.h | 5 |
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); |