diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-14 06:58:30 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-02-14 06:58:30 +0000 |
commit | 5599d6806d12d22b724d7967717edae07db3e08f (patch) | |
tree | accbaab8ecb8b3d7078daeb2df1d76a4b0ab67df /uisimulator | |
parent | 7df87126f0ff5fea2554928db3d8ab7af06c6737 (diff) | |
download | rockbox-5599d6806d12d22b724d7967717edae07db3e08f.tar.gz rockbox-5599d6806d12d22b724d7967717edae07db3e08f.zip |
Icons in the menus. Thanks midkay for them.
Any menus which dont yet show them are not converted to the new system.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12300 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/common/stubs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index c4130f1da1..a993a9e0e8 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -24,7 +24,6 @@ #include "screens.h" #include "button.h" -#include "menu.h" #include "string.h" #include "lcd.h" |