diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-10 01:09:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-10 01:09:28 +0300 |
commit | 038355b1192fe2e6b00e29e1e20cbf9d535c99aa (patch) | |
tree | 167769b394dbcb59825d8a1818b15b60531af173 /src/gui/setup_relations.h | |
parent | c103e91ff6de05dbfce097dea7b516dbabd8e634 (diff) | |
download | plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.gz plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.bz2 plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.tar.xz plus-038355b1192fe2e6b00e29e1e20cbf9d535c99aa.zip |
Add players setup tab.
Move all player related settings from relation tab to players tab.
Diffstat (limited to 'src/gui/setup_relations.h')
-rw-r--r-- | src/gui/setup_relations.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/gui/setup_relations.h b/src/gui/setup_relations.h index eab3c7661..a6627a06d 100644 --- a/src/gui/setup_relations.h +++ b/src/gui/setup_relations.h @@ -76,37 +76,6 @@ private: gcn::ListModel *mIgnoreActionChoicesModel; gcn::DropDown *mIgnoreActionChoicesBox; - - bool mWhisperTab; - gcn::CheckBox *mWhisperTabCheckBox; - - bool mShowGender; - gcn::CheckBox *mShowGenderCheckBox; - - bool mShowLevel; - gcn::CheckBox *mShowLevelCheckBox; - - bool mShowOwnName; - gcn::CheckBox *mShowOwnNameCheckBox; - - bool mTargetDead; - gcn::CheckBox *mTargetDeadCheckBox; - - bool mSecureTrades; - gcn::CheckBox *mSecureTradesCheckBox; - - gcn::Label *mUnsecureCharsLabel; - gcn::TextField *mUnsecureCharsField; - gcn::Button *mUnsecureCharsButton; - std::string mUnsecureChars; - - bool mVisibleNamesEnabled; - gcn::CheckBox *mVisibleNamesCheckBox; - - bool mShowPlayersStatus; - gcn::CheckBox *mShowPlayersStatusCheckBox; - - EditDialog *mEditDialog; }; #endif |