diff options
author | Doug Zongker <> | 2009-04-02 18:52:18 +0200 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-02 18:52:18 +0200 |
commit | d5ebb7b06d4ba5674735463b3fe26d8fa9dcd896 (patch) | |
tree | 36661a63319014a2b364535b25f17859212b3b7a /ui.c | |
parent | Merge branch 'readonly-p4-master' (diff) | |
parent | AI 144105: am: CL 144082 Remove the unused "unpacking" recovery icon. (diff) | |
download | android_bootable_recovery-d5ebb7b06d4ba5674735463b3fe26d8fa9dcd896.tar android_bootable_recovery-d5ebb7b06d4ba5674735463b3fe26d8fa9dcd896.tar.gz android_bootable_recovery-d5ebb7b06d4ba5674735463b3fe26d8fa9dcd896.tar.bz2 android_bootable_recovery-d5ebb7b06d4ba5674735463b3fe26d8fa9dcd896.tar.lz android_bootable_recovery-d5ebb7b06d4ba5674735463b3fe26d8fa9dcd896.tar.xz android_bootable_recovery-d5ebb7b06d4ba5674735463b3fe26d8fa9dcd896.tar.zst android_bootable_recovery-d5ebb7b06d4ba5674735463b3fe26d8fa9dcd896.zip |
Diffstat (limited to 'ui.c')
-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], |