diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2006-09-13 20:24:12 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2006-09-13 20:24:12 +0000 |
commit | 0e8c09433f3a193b5a94a1ad572d8237113cdfbf (patch) | |
tree | 16ac8a79f03eac8af3715ace2b2a832331c872f8 /src | |
parent | 117573e3c4a60d17f56503e5adaae9e300e9b8b1 (diff) | |
download | Mana-0e8c09433f3a193b5a94a1ad572d8237113cdfbf.tar.gz Mana-0e8c09433f3a193b5a94a1ad572d8237113cdfbf.tar.bz2 Mana-0e8c09433f3a193b5a94a1ad572d8237113cdfbf.tar.xz Mana-0e8c09433f3a193b5a94a1ad572d8237113cdfbf.zip |
Forgot to remove TODOS. At last, it is good.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/serverdialog.cpp | 1 | ||||
-rw-r--r-- | src/gui/serverdialog.h | 2 |
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; |