summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2006-09-13 20:24:12 +0000
committerYohann Ferreira <bertram@cegetel.net>2006-09-13 20:24:12 +0000
commit0e8c09433f3a193b5a94a1ad572d8237113cdfbf (patch)
tree16ac8a79f03eac8af3715ace2b2a832331c872f8 /src/gui/serverdialog.h
parent117573e3c4a60d17f56503e5adaae9e300e9b8b1 (diff)
downloadmana-client-0e8c09433f3a193b5a94a1ad572d8237113cdfbf.tar.gz
mana-client-0e8c09433f3a193b5a94a1ad572d8237113cdfbf.tar.bz2
mana-client-0e8c09433f3a193b5a94a1ad572d8237113cdfbf.tar.xz
mana-client-0e8c09433f3a193b5a94a1ad572d8237113cdfbf.zip
Forgot to remove TODOS. At last, it is good.
Diffstat (limited to 'src/gui/serverdialog.h')
-rw-r--r--src/gui/serverdialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/serverdialog.h b/src/gui/serverdialog.h
index c0b8275d..5b265c17 100644
--- a/src/gui/serverdialog.h
+++ b/src/gui/serverdialog.h
@@ -29,7 +29,6 @@
#include <guichan/actionlistener.hpp>
#include <guichan/listmodel.hpp>
-//#include <guichan/widgets/dropdown.hpp>
#include "./widgets/dropdown.h"
#include "login.h"
@@ -141,7 +140,6 @@ class ServerDialog : public Window, public gcn::ActionListener
gcn::Button *mOkButton;
gcn::Button *mCancelButton;
- // TODO : child the Dropdown List to skin it.
DropDown *mMostUsedServersDropDown;
gcn::ListBox *mMostUsedServersListBox;
gcn::ScrollArea *mMostUsedServersScrollArea;