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.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 7682d44733..8c4cd2b2dd 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -32,10 +32,6 @@
32#include <remote_rockboxlogo.h> 32#include <remote_rockboxlogo.h>
33#endif 33#endif
34 34
35/*
36 * Icons of size 6x8 pixels
37 */
38
39 35
40/* Symbolic names for icons */ 36/* Symbolic names for icons */
41enum icons_5x8 { 37enum icons_5x8 {
@@ -49,46 +45,6 @@ enum icons_5x8 {
49 Icon5x8Last 45 Icon5x8Last
50}; 46};
51 47
52/* If any icons are added to this enum, they must be
53 added to the unused_but_needed enum in ../player/icons.h */
54enum icons_6x8 {
55 Icon_Audio,
56 Icon_Folder,
57 Icon_Playlist,
58 Icon_Cursor,
59 Icon_Wps,
60 Icon_Firmware,
61 Icon_Font,
62 Icon_Language,
63 Icon_Config,
64 Icon_Plugin,
65 Icon_Bookmark,
66 Icon_Preset,
67 Icon_Queued,
68 Icon_Moving,
69 Icon_Keyboard,
70 Icon_Reverse_Cursor,
71 Icon_Questionmark,
72 Icon_Menu_setting,
73 Icon_Menu_functioncall,
74 Icon_Submenu,
75 Icon_Submenu_Entered,
76 Icon_Recording,
77 Icon_Voice,
78 Icon_General_settings_menu,
79 Icon_System_menu,
80 Icon_Playback_menu,
81 Icon_Display_menu,
82 Icon_Remote_Display_menu,
83#if CONFIG_TUNER
84 Icon_Radio_screen,
85#endif
86 Icon_file_view_menu,
87 Icon_EQ,
88 Icon_Rockbox,
89 Icon6x8Last,
90};
91
92enum icons_7x8 { 48enum icons_7x8 {
93 Icon_Plug, 49 Icon_Plug,
94 Icon_USBPlug, 50 Icon_USBPlug,
@@ -144,7 +100,6 @@ extern const unsigned char bitmap_formats_18x8[Format_18x8Last][18];
144#endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */ 100#endif /* CONFIG_CODEC == SWCODEC && defined (HAVE_RECORDING) */
145 101
146extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5]; 102extern const unsigned char bitmap_icons_5x8[Icon5x8Last][5];
147extern const unsigned char bitmap_icons_6x8[Icon6x8Last][6];
148extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7]; 103extern const unsigned char bitmap_icons_7x8[Icon7x8Last][7];
149extern const unsigned char bitmap_icon_disk[]; 104extern const unsigned char bitmap_icon_disk[];
150 105