diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-19 12:41:27 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-19 12:41:27 +0000 |
commit | 86e10f867bc0531cdc2007524aa7757d7d594e7d (patch) | |
tree | 0e37ad5c038ca930d6a8beba557427b9ad34de8b /src/gui/char_server.h | |
parent | 129040251c8242bd4b56f4fc6b107017d62bca3c (diff) | |
download | mana-86e10f867bc0531cdc2007524aa7757d7d594e7d.tar.gz mana-86e10f867bc0531cdc2007524aa7757d7d594e7d.tar.bz2 mana-86e10f867bc0531cdc2007524aa7757d7d594e7d.tar.xz mana-86e10f867bc0531cdc2007524aa7757d7d594e7d.zip |
More refining of windows.
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); |