forked from len0rd/rockbox
Fix some reds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19657 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4b472de39b
commit
071e3ef691
2 changed files with 3 additions and 2 deletions
|
|
@ -665,7 +665,6 @@ struct user_settings
|
||||||
int jump_scroll_delay; /* Delay between jump scroll screens */
|
int jump_scroll_delay; /* Delay between jump scroll screens */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_BACKLIGHT
|
|
||||||
int backlight_timeout; /* backlight off timeout: 0-18 0=never,
|
int backlight_timeout; /* backlight off timeout: 0-18 0=never,
|
||||||
1=always,
|
1=always,
|
||||||
then according to timeout_values[] */
|
then according to timeout_values[] */
|
||||||
|
|
@ -693,7 +692,6 @@ struct user_settings
|
||||||
#ifdef HAVE_BACKLIGHT_BRIGHTNESS
|
#ifdef HAVE_BACKLIGHT_BRIGHTNESS
|
||||||
int brightness;
|
int brightness;
|
||||||
#endif
|
#endif
|
||||||
#endif /* HAVE_BACKLIGHT */
|
|
||||||
|
|
||||||
#ifdef HAVE_REMOTE_LCD
|
#ifdef HAVE_REMOTE_LCD
|
||||||
/* remote lcd */
|
/* remote lcd */
|
||||||
|
|
|
||||||
|
|
@ -1052,8 +1052,11 @@ const struct settings_list settings[] = {
|
||||||
"folder navigation", "off,on,random",NULL ,3,
|
"folder navigation", "off,on,random",NULL ,3,
|
||||||
ID2P(LANG_SET_BOOL_NO), ID2P(LANG_SET_BOOL_YES),
|
ID2P(LANG_SET_BOOL_NO), ID2P(LANG_SET_BOOL_YES),
|
||||||
ID2P(LANG_RANDOM)),
|
ID2P(LANG_RANDOM)),
|
||||||
|
|
||||||
|
#ifdef HAVE_TAGCACHE
|
||||||
OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false,
|
OFFON_SETTING(0, runtimedb, LANG_RUNTIMEDB_ACTIVE, false,
|
||||||
"gather runtime data", NULL),
|
"gather runtime data", NULL),
|
||||||
|
#endif
|
||||||
|
|
||||||
#if CONFIG_CODEC == SWCODEC
|
#if CONFIG_CODEC == SWCODEC
|
||||||
/* replay gain */
|
/* replay gain */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue