summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/icons.c1
-rw-r--r--apps/recorder/icons.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 6988697818..81de5b8006 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -75,7 +75,6 @@ unsigned char bitmap_icons_7x8[][7] =
75 {0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f}, /* Fast backward */ 75 {0x08,0x1c,0x3e,0x7f,0x1c,0x3e,0x7f}, /* Fast backward */
76 {0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}, /* Record */ 76 {0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}, /* Record */
77 {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */ 77 {0x1c,0x3e,0x7f,0x00,0x7f,0x3e,0x1c}, /* Record pause */
78 {0x08,0x08,0x08,0x08,0x3e,0x1c,0x08}, /* Normal playmode */
79 {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, /* Repeat playmode */ 78 {0x38,0x44,0x44,0x4e,0x5f,0x44,0x38}, /* Repeat playmode */
80 {0x10,0x78,0x04,0x4e,0x5f,0x44,0x38}, /* Repeat-one playmode */ 79 {0x10,0x78,0x04,0x4e,0x5f,0x44,0x38}, /* Repeat-one playmode */
81 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */ 80 {0x3e,0x41,0x51,0x41,0x45,0x41,0x3e}, /* Shuffle playmode (dice) */
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 35b885a6a3..c1f6d1bdbb 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -48,7 +48,6 @@ enum icons_7x8 {
48 Icon_FastBackward, 48 Icon_FastBackward,
49 Icon_Record, 49 Icon_Record,
50 Icon_RecPause, 50 Icon_RecPause,
51 Icon_Normal,
52 Icon_Repeat, 51 Icon_Repeat,
53 Icon_RepeatOne, 52 Icon_RepeatOne,
54 Icon_Shuffle, 53 Icon_Shuffle,