Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
bootable_recovery
Commits
49283858
Commit
49283858
authored
16 years ago
by
Doug Zongker
Committed by
The Android Open Source Project
16 years ago
Browse files
Options
Download
Email Patches
Plain Diff
AI 144082: Remove the unused "unpacking" recovery icon.
Automated import of CL 144082
parent
1066d2c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
2 deletions
+0
-2
common.h
common.h
+0
-1
res/images/icon_unpacking.png
res/images/icon_unpacking.png
+0
-0
ui.c
ui.c
+0
-1
No files found.
common.h
View file @
49283858
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
res/images/icon_unpacking.png
deleted
100644 → 0
View file @
1066d2c3
7.01 KB
This diff is collapsed.
Click to expand it.
ui.c
View file @
49283858
...
...
@@ -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
],
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment