diff options
Diffstat (limited to 'src/gui/login.h')
-rw-r--r-- | src/gui/login.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/login.h b/src/gui/login.h index ae3e8a0f..f4966914 100644 --- a/src/gui/login.h +++ b/src/gui/login.h @@ -46,15 +46,10 @@ class LoginDialog : public Window, public gcn::ActionListener { LoginDialog(); /** - * Destructor - */ - ~LoginDialog(); - - /** * Called when receiving actions from the widgets. */ void action(const std::string& eventId); - + /** * Updates dialog logic. */ |