Skip to content

Commit

Permalink
AI 144082: Remove the unused "unpacking" recovery icon.
Browse files Browse the repository at this point in the history
Automated import of CL 144082
  • Loading branch information
Doug Zongker authored and The Android Open Source Project committed Apr 1, 2009
1 parent 1066d2c commit 4928385
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ void ui_end_menu();
// Set the icon (normally the only thing visible besides the progress bar).
enum {
BACKGROUND_ICON_NONE,
BACKGROUND_ICON_UNPACKING,
BACKGROUND_ICON_INSTALLING,
BACKGROUND_ICON_ERROR,
BACKGROUND_ICON_FIRMWARE_INSTALLING,
Expand Down
Binary file removed res/images/icon_unpacking.png
Binary file not shown.
1 change: 0 additions & 1 deletion ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 4928385

Please sign in to comment.