summaryrefslogtreecommitdiff
path: root/src/gui/char_server.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-19 12:41:27 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-19 12:41:27 +0000
commit86e10f867bc0531cdc2007524aa7757d7d594e7d (patch)
tree0e37ad5c038ca930d6a8beba557427b9ad34de8b /src/gui/char_server.h
parent129040251c8242bd4b56f4fc6b107017d62bca3c (diff)
downloadmana-client-86e10f867bc0531cdc2007524aa7757d7d594e7d.tar.gz
mana-client-86e10f867bc0531cdc2007524aa7757d7d594e7d.tar.bz2
mana-client-86e10f867bc0531cdc2007524aa7757d7d594e7d.tar.xz
mana-client-86e10f867bc0531cdc2007524aa7757d7d594e7d.zip
More refining of windows.
Diffstat (limited to 'src/gui/char_server.h')
-rw-r--r--src/gui/char_server.h7
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);