summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-08-30 11:10:08 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-08-30 11:10:08 +0000
commitf43216ff0bc6fdf7c2339aefc6c56be09249ce06 (patch)
tree04f30ecbf442f66971ebb432c3382119f8238651 /apps/recorder/icons.c
parent5efbdb76aa15dc86f2158912b23ad64111ed0b90 (diff)
downloadrockbox-f43216ff0bc6fdf7c2339aefc6c56be09249ce06.tar.gz
rockbox-f43216ff0bc6fdf7c2339aefc6c56be09249ce06.zip
Removed the line selector option, it is now always an inverse bar (except for the Player/Studio of course)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7423 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 148235f040..4d1d2908c4 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -39,7 +39,6 @@ const unsigned char bitmap_icons_6x8[LastIcon][6] =
39 { 0x60, 0x7f, 0x03, 0x33, 0x3f, 0x00 }, /* Musical note */ 39 { 0x60, 0x7f, 0x03, 0x33, 0x3f, 0x00 }, /* Musical note */
40 { 0x7e, 0x41, 0x41, 0x42, 0x7e, 0x00 }, /* Folder */ 40 { 0x7e, 0x41, 0x41, 0x42, 0x7e, 0x00 }, /* Folder */
41 { 0x55, 0x00, 0x55, 0x55, 0x55, 0x55 }, /* Playlist */ 41 { 0x55, 0x00, 0x55, 0x55, 0x55, 0x55 }, /* Playlist */
42 { 0x3e, 0x1c, 0x08, 0x00, 0x00, 0x00 }, /* Cursor / Marker */
43 { 0x58, 0x5f, 0x42, 0x50, 0x55, 0x55 }, /* WPS file */ 42 { 0x58, 0x5f, 0x42, 0x50, 0x55, 0x55 }, /* WPS file */
44 { 0x63, 0x7f, 0x3a, 0x7f, 0x63, 0x00 }, /* Mod or ajz file */ 43 { 0x63, 0x7f, 0x3a, 0x7f, 0x63, 0x00 }, /* Mod or ajz file */
45 { 0x60, 0x70, 0x38, 0x2c, 0x7e, 0x7e }, /* Font file */ 44 { 0x60, 0x70, 0x38, 0x2c, 0x7e, 0x7e }, /* Font file */