From 49283858fb6565a5da0c5987e614f60254e61804 Mon Sep 17 00:00:00 2001 From: Doug Zongker <> Date: Wed, 1 Apr 2009 14:39:15 -0700 Subject: AI 144082: Remove the unused "unpacking" recovery icon. Automated import of CL 144082 --- common.h | 1 - res/images/icon_unpacking.png | Bin 7180 -> 0 bytes ui.c | 1 - 3 files changed, 2 deletions(-) delete mode 100644 res/images/icon_unpacking.png diff --git a/common.h b/common.h index e17f76a46..98ce86894 100644 --- a/common.h +++ b/common.h @@ -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, diff --git a/res/images/icon_unpacking.png b/res/images/icon_unpacking.png deleted file mode 100644 index 9198e2eb1..000000000 Binary files a/res/images/icon_unpacking.png and /dev/null differ 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], -- cgit v1.2.3