diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-02-19 19:36:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-02-19 19:36:11 +0300 |
commit | c097592c3f05168499603901a19479cb07fc6cc1 (patch) | |
tree | 3273a274d7241b861dbd4c9d4dfb047cd9b2d43b /src/gui/setup_video.h | |
parent | 87539666b11b2e61c4259404bf01ec8a5695052c (diff) | |
download | plus-c097592c3f05168499603901a19479cb07fc6cc1.tar.gz plus-c097592c3f05168499603901a19479cb07fc6cc1.tar.bz2 plus-c097592c3f05168499603901a19479cb07fc6cc1.tar.xz plus-c097592c3f05168499603901a19479cb07fc6cc1.zip |
Add visual page in settings.
Move pickup particle settings to visual tab page.
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 31d45d93d..ad6ca12d7 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -57,8 +57,6 @@ class Setup_Video : public SetupTab, public gcn::KeyListener int mOpenGLEnabled; bool mCustomCursorEnabled; bool mParticleEffectsEnabled; - bool mPickupChatEnabled; - bool mPickupParticleEnabled; float mOpacity; int mFps; int mAltFps; @@ -83,10 +81,6 @@ class Setup_Video : public SetupTab, public gcn::KeyListener gcn::CheckBox *mCustomCursorCheckBox; gcn::CheckBox *mParticleEffectsCheckBox; - gcn::Label *mPickupNotifyLabel; - gcn::CheckBox *mPickupChatCheckBox; - gcn::CheckBox *mPickupParticleCheckBox; - gcn::CheckBox *mEnableResizeCheckBox; gcn::CheckBox *mNoFrameCheckBox; |