summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-11-04 19:54:49 +0300
committerAndrei Karas <akaras@inbox.ru>2012-11-04 19:54:49 +0300
commitfc8152fe3116cbd77967bd4f8686ddda5c0d6fcb (patch)
tree4fc25bf08b4765b785f7f6914348e9d132d0ed3e /src/gui/setup_video.h
parent67bfe1259c7a819ef245289ecda935282e31e2f2 (diff)
downloadplus-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.h2
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;
};