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, 0 insertions, 7 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 09aadf0888..7682d44733 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -49,12 +49,6 @@ enum icons_5x8 {
49 Icon5x8Last 49 Icon5x8Last
50}; 50};
51 51
52enum icons_7x7 {
53 Icon_Timer,
54 Icon_Timer_rep,
55 Icon7x7Last
56};
57
58/* If any icons are added to this enum, they must be 52/* If any icons are added to this enum, they must be
59 added to the unused_but_needed enum in ../player/icons.h */ 53 added to the unused_but_needed enum in ../player/icons.h */
60enum icons_6x8 { 54enum icons_6x8 {
@@ -150,7 +144,6 @@ extern const unsigned char bitmap_formats_18x8[Format_18x8Last][18];
150#endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */ 144#endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */
151 145
152extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5]; 146extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5];
153extern const unsigned char bitmap_icons_7x7[Icon7x7Last][7];
154extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6]; 147extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6];
155extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7]; 148extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7];
156extern const unsigned char bitmap_icon_disk[]; 149extern const unsigned char bitmap_icon_disk[];