summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.h
diff options
context:
space:
mode:
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;