mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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
|
#ifdef HAVE_LCD_BITMAP
|
||||||
|
|
||||||
enum icons_6x8 {
|
enum icons_6x8 {
|
||||||
Test, Box_Filled, Box_Empty, Slider_Horizontal, File,
|
Box_Filled, Box_Empty, Slider_Horizontal, File,
|
||||||
Folder, Directory, Playlist, Repeat,
|
Folder, Directory, Playlist, Repeat,
|
||||||
Selected, Cursor, LastIcon
|
Selected, Cursor, LastIcon
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue