summaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-25 01:56:00 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-25 01:56:00 +0100
commit19856bcb2e31ebd0a23392dd38b10bd344fdbd5a (patch)
tree772b24b1c9b80e9b84e2ca36ba8aa1dd720fd99b /ui.h
parentMerge "update_verifier: Move property_get() to android::base::GetProperty()." am: 42906e06b3 (diff)
parentMerge "minui: Move callback functions to std::function." (diff)
downloadandroid_bootable_recovery-19856bcb2e31ebd0a23392dd38b10bd344fdbd5a.tar
android_bootable_recovery-19856bcb2e31ebd0a23392dd38b10bd344fdbd5a.tar.gz
android_bootable_recovery-19856bcb2e31ebd0a23392dd38b10bd344fdbd5a.tar.bz2
android_bootable_recovery-19856bcb2e31ebd0a23392dd38b10bd344fdbd5a.tar.lz
android_bootable_recovery-19856bcb2e31ebd0a23392dd38b10bd344fdbd5a.tar.xz
android_bootable_recovery-19856bcb2e31ebd0a23392dd38b10bd344fdbd5a.tar.zst
android_bootable_recovery-19856bcb2e31ebd0a23392dd38b10bd344fdbd5a.zip
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui.h b/ui.h
index 8493c6f0a..53ce0602f 100644
--- a/ui.h
+++ b/ui.h
@@ -158,8 +158,6 @@ class RecoveryUI {
pthread_t input_thread_;
void OnKeyDetected(int key_code);
-
- static int InputCallback(int fd, uint32_t epevents, void* data);
int OnInputEvent(int fd, uint32_t epevents);
void ProcessKey(int key_code, int updown);