summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-10 19:28:24 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-10 19:28:24 +0200
commitc22f5774d04bed56c7c00874b5a0a0ec37f605aa (patch)
tree9cd50e1cce726c3a32b440012f09d63825cfcbee /ui.h
parentam 18eaa0cf: Merge "Add ev_iterate_available_keys to minui." (diff)
parentMerge "Move "Mount /system" to the main menu." (diff)
downloadandroid_bootable_recovery-c22f5774d04bed56c7c00874b5a0a0ec37f605aa.tar
android_bootable_recovery-c22f5774d04bed56c7c00874b5a0a0ec37f605aa.tar.gz
android_bootable_recovery-c22f5774d04bed56c7c00874b5a0a0ec37f605aa.tar.bz2
android_bootable_recovery-c22f5774d04bed56c7c00874b5a0a0ec37f605aa.tar.lz
android_bootable_recovery-c22f5774d04bed56c7c00874b5a0a0ec37f605aa.tar.xz
android_bootable_recovery-c22f5774d04bed56c7c00874b5a0a0ec37f605aa.tar.zst
android_bootable_recovery-c22f5774d04bed56c7c00874b5a0a0ec37f605aa.zip
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui.h b/ui.h
index 3b217745f..bc728b05a 100644
--- a/ui.h
+++ b/ui.h
@@ -81,7 +81,7 @@ class RecoveryUI {
// Return value indicates whether an immediate operation should be
// triggered (toggling the display, rebooting the device), or if
// the key should be enqueued for use by the main thread.
- enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE, MOUNT_SYSTEM };
+ enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE };
virtual KeyAction CheckKey(int key);
// Called immediately before each call to CheckKey(), tell you if
@@ -134,7 +134,6 @@ private:
int rel_sum;
int consecutive_power_keys;
- int consecutive_alternate_keys;
int last_key;
typedef struct {