summaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
authorDoug Zongker <>2009-04-01 23:39:15 +0200
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-01 23:39:15 +0200
commit49283858fb6565a5da0c5987e614f60254e61804 (patch)
tree36661a63319014a2b364535b25f17859212b3b7a /ui.c
parentAI 144070: Add an option to wipe cache (only) to the recovery menu. (diff)
downloadandroid_bootable_recovery-49283858fb6565a5da0c5987e614f60254e61804.tar
android_bootable_recovery-49283858fb6565a5da0c5987e614f60254e61804.tar.gz
android_bootable_recovery-49283858fb6565a5da0c5987e614f60254e61804.tar.bz2
android_bootable_recovery-49283858fb6565a5da0c5987e614f60254e61804.tar.lz
android_bootable_recovery-49283858fb6565a5da0c5987e614f60254e61804.tar.xz
android_bootable_recovery-49283858fb6565a5da0c5987e614f60254e61804.tar.zst
android_bootable_recovery-49283858fb6565a5da0c5987e614f60254e61804.zip
Diffstat (limited to '')
-rw-r--r--ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 5d06561c5..b84f1722f 100644
--- a/ui.c
+++ b/ui.c
@@ -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],