summaryrefslogtreecommitdiff
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
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.
-rw-r--r--src/gui/serverdialog.cpp1
-rw-r--r--src/gui/serverdialog.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/serverdialog.cpp b/src/gui/serverdialog.cpp
index 9c48b6a6..450ae809 100644
--- a/src/gui/serverdialog.cpp
+++ b/src/gui/serverdialog.cpp
@@ -28,7 +28,6 @@
#include <guichan/widgets/label.hpp>
-// TODO : Replace the dropdown by our own skinned one.
#include "button.h"
#include "listbox.h"
#include "ok_dialog.h"
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;