summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/icons.c12
-rw-r--r--apps/recorder/icons.h2
2 files changed, 0 insertions, 14 deletions
diff --git a/apps/recorder/icons.c b/apps/recorder/icons.c
index 41e584ed35..7cfefa49d0 100644
--- a/apps/recorder/icons.c
+++ b/apps/recorder/icons.c
@@ -28,18 +28,6 @@
28 28
29#include "icons.h" 29#include "icons.h"
30 30
31const unsigned char slider_bar[] =
32{
33 0x38, 0x28, 0x28, 0x28, 0x28,
34 0x7c, 0x28, 0x28, 0x28, 0x28,
35 0x7c, 0x28, 0x28, 0x28, 0x28,
36 0x7c, 0x28, 0x28, 0x28, 0x28,
37 0x7c, 0x28, 0x28, 0x28, 0x28,
38 0x7c, 0x28, 0x28, 0x28, 0x28,
39 0x7c, 0x28, 0x28, 0x28, 0x28,
40 0x7c, 0x28, 0x28, 0x28, 0x28, 0x38
41};
42
43const unsigned char bitmap_icons_5x8[][5] = 31const unsigned char bitmap_icons_5x8[][5] =
44{ 32{
45 /* Lock */ 33 /* Lock */
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index cf7687e0bd..135fb96c23 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -66,8 +66,6 @@ extern const unsigned char bitmap_icons_7x8[Icon_Last][7];
66 66
67extern const unsigned char rockbox112x37[]; 67extern const unsigned char rockbox112x37[];
68 68
69extern const unsigned char slider_bar[];
70
71#define STATUSBAR_X_POS 0 69#define STATUSBAR_X_POS 0
72#define STATUSBAR_Y_POS 0 /* MUST be a multiple of 8 */ 70#define STATUSBAR_Y_POS 0 /* MUST be a multiple of 8 */
73#define STATUSBAR_HEIGHT 8 71#define STATUSBAR_HEIGHT 8