diff options
author | Doug Zongker <> | 2009-04-02 18:51:09 +0200 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-02 18:51:09 +0200 |
commit | 0555388b8c1a118f4756d04d73384e55d2ed6602 (patch) | |
tree | 36661a63319014a2b364535b25f17859212b3b7a /ui.c | |
parent | AI 144101: am: CL 144070 Add an option to wipe cache (only) to the recovery menu. (diff) | |
download | android_bootable_recovery-0555388b8c1a118f4756d04d73384e55d2ed6602.tar android_bootable_recovery-0555388b8c1a118f4756d04d73384e55d2ed6602.tar.gz android_bootable_recovery-0555388b8c1a118f4756d04d73384e55d2ed6602.tar.bz2 android_bootable_recovery-0555388b8c1a118f4756d04d73384e55d2ed6602.tar.lz android_bootable_recovery-0555388b8c1a118f4756d04d73384e55d2ed6602.tar.xz android_bootable_recovery-0555388b8c1a118f4756d04d73384e55d2ed6602.tar.zst android_bootable_recovery-0555388b8c1a118f4756d04d73384e55d2ed6602.zip |
Diffstat (limited to '')
-rw-r--r-- | ui.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -46,7 +46,6 @@ static gr_surface gProgressBarEmpty[NUM_SIDES]; static gr_surface gProgressBarFill[NUM_SIDES]; static const struct { gr_surface* surface; const char *name; } BITMAPS[] = { - { &gBackgroundIcon[BACKGROUND_ICON_UNPACKING], "icon_unpacking" }, { &gBackgroundIcon[BACKGROUND_ICON_INSTALLING], "icon_installing" }, { &gBackgroundIcon[BACKGROUND_ICON_ERROR], "icon_error" }, { &gBackgroundIcon[BACKGROUND_ICON_FIRMWARE_INSTALLING], |