From 0555388b8c1a118f4756d04d73384e55d2ed6602 Mon Sep 17 00:00:00 2001 From: Doug Zongker <> Date: Thu, 2 Apr 2009 09:51:09 -0700 Subject: AI 144105: am: CL 144082 Remove the unused "unpacking" recovery icon. Original author: dougz Merged from: //branches/donutburger/... Automated import of CL 144105 --- ui.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ui.c') 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