From fc9aff374616d52cb7d63dbc13029faed09af0b5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 15 Jun 2002 11:40:22 +0000 Subject: Selector was already the cursor image, so I removed the duplicate git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1010 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/icons.c | 2 -- apps/recorder/icons.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c index 3e02a2539b..ccd920ce80 100644 --- a/apps/recorder/icons.c +++ b/apps/recorder/icons.c @@ -42,8 +42,6 @@ unsigned char bitmap_icons_6x8[LastIcon][6] = { 0x39, 0x43, 0x47, 0x71, 0x61, 0x4e }, /* Selected */ { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, - /* Selector */ - { 0x00, 0x7f, 0x3e, 0x1c, 0x08, 0x00 }, /* Cursor / Marker */ { 0x7f, 0x3e, 0x1c, 0x08, 0x00, 0x00 }, }; diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index 823bbef1f7..86cf54eda8 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -27,7 +27,7 @@ enum icons_6x8 { Box_Filled, Box_Empty, Slider_Horizontal, File, Folder, Directory, Playlist, Repeat, - Selected, Selector, Cursor, LastIcon + Selected, Cursor, LastIcon }; extern unsigned char bitmap_icons_6x8[LastIcon][6]; -- cgit v1.2.3