diff options
author | Bill Yi <byi@google.com> | 2014-04-30 02:52:59 +0200 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-04-30 02:52:59 +0200 |
commit | ff5fc6c809e87dd34c2950b6d8cbac67ed5df347 (patch) | |
tree | 6dc66d144070993f4b8d4fe0ec85c3f6388fded1 | |
parent | am 9e8d81ba: am 0e22af65: recovery: Fix adb with linux 3.10 (diff) | |
parent | am 29759e9d: Merge commit \'25c2b2f670a3b11f7ce78eccde10c1a79188c9a8\' into HEAD (diff) | |
download | android_bootable_recovery-ff5fc6c809e87dd34c2950b6d8cbac67ed5df347.tar android_bootable_recovery-ff5fc6c809e87dd34c2950b6d8cbac67ed5df347.tar.gz android_bootable_recovery-ff5fc6c809e87dd34c2950b6d8cbac67ed5df347.tar.bz2 android_bootable_recovery-ff5fc6c809e87dd34c2950b6d8cbac67ed5df347.tar.lz android_bootable_recovery-ff5fc6c809e87dd34c2950b6d8cbac67ed5df347.tar.xz android_bootable_recovery-ff5fc6c809e87dd34c2950b6d8cbac67ed5df347.tar.zst android_bootable_recovery-ff5fc6c809e87dd34c2950b6d8cbac67ed5df347.zip |
-rw-r--r-- | screen_ui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h index 2e01acdae..d5e589225 100644 --- a/screen_ui.h +++ b/screen_ui.h @@ -112,7 +112,6 @@ class ScreenRecoveryUI : public RecoveryUI { int stage, max_stage; - void draw_install_overlay_locked(int frame); void draw_background_locked(Icon icon); void draw_progress_locked(); void draw_screen_locked(); |