summaryrefslogtreecommitdiff
path: root/apps/recorder/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r--apps/recorder/icons.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 3c955ffe5b..4faa757184 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -42,9 +42,6 @@ enum icons_5x8 {
42 Icon_Lock_Remote, 42 Icon_Lock_Remote,
43 Icon_Stereo, 43 Icon_Stereo,
44 Icon_Mono, 44 Icon_Mono,
45#if CONFIG_CODEC != SWCODEC
46 Icon_q,
47#endif
48 Icon5x8Last 45 Icon5x8Last
49}; 46};
50 47
@@ -70,7 +67,7 @@ enum icons_7x8 {
70 Icon7x8Last 67 Icon7x8Last
71}; 68};
72 69
73#if CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) 70#if defined (HAVE_RECORDING)
74#define BM_GLYPH_WIDTH 4 71#define BM_GLYPH_WIDTH 4
75enum Glyphs_4x8 { 72enum Glyphs_4x8 {
76 Glyph_4x8_0 = 0, 73 Glyph_4x8_0 = 0,
@@ -100,7 +97,7 @@ enum rec_format_18x8 {
100}; 97};
101extern const unsigned char bitmap_formats_18x8[Format_18x8Last][18]; 98extern const unsigned char bitmap_formats_18x8[Format_18x8Last][18];
102 99
103#endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */ 100#endif /* defined (HAVE_RECORDING) */
104 101
105extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5]; 102extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5];
106extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7]; 103extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7];