summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.c')
-rw-r--r--apps/recorder/icons.c2
1 files changed, 0 insertions, 2 deletions
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] =
42 { 0x39, 0x43, 0x47, 0x71, 0x61, 0x4e }, 42 { 0x39, 0x43, 0x47, 0x71, 0x61, 0x4e },
43 /* Selected */ 43 /* Selected */
44 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c }, 44 { 0x00, 0x1c, 0x3e, 0x3e, 0x3e, 0x1c },
45 /* Selector */
46 { 0x00, 0x7f, 0x3e, 0x1c, 0x08, 0x00 },
47 /* Cursor / Marker */ 45 /* Cursor / Marker */
48 { 0x7f, 0x3e, 0x1c, 0x08, 0x00, 0x00 }, 46 { 0x7f, 0x3e, 0x1c, 0x08, 0x00, 0x00 },
49}; 47};