removed Test from the enum list, it broke things
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1171 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3aa46b63c
commit
caebbcd77f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#ifdef HAVE_LCD_BITMAP
|
||||
|
||||
enum icons_6x8 {
|
||||
Test, Box_Filled, Box_Empty, Slider_Horizontal, File,
|
||||
Box_Filled, Box_Empty, Slider_Horizontal, File,
|
||||
Folder, Directory, Playlist, Repeat,
|
||||
Selected, Cursor, LastIcon
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue