diff options
Diffstat (limited to 'src/gui/char_server.h')
-rw-r--r-- | src/gui/char_server.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/char_server.h b/src/gui/char_server.h index 6a11c589..66ea52bf 100644 --- a/src/gui/char_server.h +++ b/src/gui/char_server.h @@ -52,15 +52,10 @@ class ServerListModel : public gcn::ListModel { */ class ServerSelectDialog : public Window, public gcn::ActionListener { public: - ServerSelectDialog(); + ServerSelectDialog(gcn::Container *parent); ~ServerSelectDialog(); /** - * Initializes the dialog. Should be called after adding it to the GUI. - */ - void init(); - - /** * Called when receiving actions from the widgets. */ void action(const std::string& eventId); |