forked from len0rd/rockbox
local variable app/gui/icon.c/iconsets can be made static
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31386 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
67eefad6a5
commit
e6c85a6735
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ enum Iconset {
|
|||
Iconset_Count
|
||||
};
|
||||
|
||||
struct iconset {
|
||||
static struct iconset {
|
||||
struct bitmap bmp;
|
||||
bool loaded;
|
||||
int handle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue