diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-11-04 19:54:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-11-04 19:54:49 +0300 |
commit | fc8152fe3116cbd77967bd4f8686ddda5c0d6fcb (patch) | |
tree | 4fc25bf08b4765b785f7f6914348e9d132d0ed3e /src/gui/setup_video.h | |
parent | 67bfe1259c7a819ef245289ecda935282e31e2f2 (diff) | |
download | plus-fc8152fe3116cbd77967bd4f8686ddda5c0d6fcb.tar.gz plus-fc8152fe3116cbd77967bd4f8686ddda5c0d6fcb.tar.bz2 plus-fc8152fe3116cbd77967bd4f8686ddda5c0d6fcb.tar.xz plus-fc8152fe3116cbd77967bd4f8686ddda5c0d6fcb.zip |
Hide "detect best mode" button under Android.
Diffstat (limited to 'src/gui/setup_video.h')
-rw-r--r-- | src/gui/setup_video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_video.h b/src/gui/setup_video.h index 4b34adb90..59c293945 100644 --- a/src/gui/setup_video.h +++ b/src/gui/setup_video.h @@ -87,7 +87,9 @@ class Setup_Video final : public SetupTab, public gcn::KeyListener Slider *mAltFpsSlider; Label *mAltFpsLabel; +#ifndef ANDROID Button *mDetectButton; +#endif TextDialog *mDialog; }; |