mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Fix: read_color_theme_file needed beyond init
Change-Id: Icb1e2bf42149b1b27ed11046ec79e9faf105f289
This commit is contained in:
parent
1535a42b68
commit
237c83852a
1 changed files with 0 additions and 3 deletions
|
@ -50,9 +50,6 @@ static void fill_from_builtin(const char*,int) INIT_ATTR;
|
|||
static void read_builtin_types_init(void) INIT_ATTR;
|
||||
static void read_viewers_config_init(void) INIT_ATTR;
|
||||
static void read_config_init(int fd) INIT_ATTR;
|
||||
#ifdef HAVE_LCD_COLOR
|
||||
void read_color_theme_file(void) INIT_ATTR;
|
||||
#endif
|
||||
|
||||
/* string array for known audio file types (tree_attr == FILE_ATTR_AUDIO) */
|
||||
static const char* inbuilt_audio_filetypes[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue