diff options
author | Stefan Dombrowski <stefan@uni-bonn.de> | 2011-04-30 14:52:03 +0200 |
---|---|---|
committer | Stefan Dombrowski <stefan@uni-bonn.de> | 2011-04-30 14:52:03 +0200 |
commit | fe87acd14acd2aa33c9b8a03a77d80d6a7648f1b (patch) | |
tree | dbf7b84349728b3abcf88fade6ea3d3f5da1ecc8 /src/gui/setup_video.h | |
parent | a4d74829e50d9082deb1a9973bd3360d6babd147 (diff) | |
download | mana-fe87acd14acd2aa33c9b8a03a77d80d6a7648f1b.tar.gz mana-fe87acd14acd2aa33c9b8a03a77d80d6a7648f1b.tar.bz2 mana-fe87acd14acd2aa33c9b8a03a77d80d6a7648f1b.tar.xz mana-fe87acd14acd2aa33c9b8a03a77d80d6a7648f1b.zip |
Revert "Add option for sorting servers list"
This reverts commits e35b3bdd0a74464e4b4d3b931ca416f0c7864ba6
and e35b3bdd0a74464e4b4d3b931ca416f0c7864ba6.
Sometimes the text fields and the list show different server
selected, so you don't see to what server you connect. It is
a big security risk sending your user name and password to
the wrong server.
Reviewed-by: Freeyorp, Bertram
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 15a0387e..d0e2c492 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -32,7 +32,6 @@ class ModeListModel; class FontSizeChoiceListModel; -class ServerListOrderListModel; class Setup_Video : public SetupTab, public gcn::ActionListener, public gcn::KeyListener @@ -68,7 +67,6 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, ModeListModel *mModeListModel; FontSizeChoiceListModel *mFontSizeListModel; - ServerListOrderListModel *mServerListOrderListModel; gcn::Label *speechLabel; gcn::Label *alphaLabel; @@ -77,7 +75,6 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, gcn::Label *overlayDetailLabel; gcn::Label *particleDetailLabel; gcn::Label *fontSizeLabel; - gcn::Label *serverListOrderLabel; gcn::ListBox *mModeList; gcn::CheckBox *mFsCheckBox; @@ -111,9 +108,6 @@ class Setup_Video : public SetupTab, public gcn::ActionListener, int mFontSize; gcn::DropDown *mFontSizeDropDown; - int mServerListOrder; - gcn::DropDown *mServerListOrderDropDown; - gcn::CheckBox *mDisableSDLTransparencyCheckBox; }; |