mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
Remove some HAVE_FUNCTIONAL_MODE bits
This was dead code introduced by0662793c, and got missed by08ab3aeawhich should've removed it. Change-Id: I87d02eab11479133c66524e58efc504ff093dfbd
This commit is contained in:
parent
90ad920d44
commit
bf9fdb13c4
2 changed files with 0 additions and 11 deletions
|
|
@ -124,10 +124,6 @@ MENUITEM_SETTING(roll_off, &global_settings.roll_off, NULL);
|
|||
|
||||
#ifdef AUDIOHW_HAVE_POWER_MODE
|
||||
MENUITEM_SETTING(power_mode, &global_settings.power_mode, NULL);
|
||||
#endif
|
||||
|
||||
#ifdef AUDIOHW_HAVE_FUNCTIONAL_MODE
|
||||
MENUITEM_SETTING(func_mode, &global_settings.func_mode, NULL);
|
||||
#endif
|
||||
|
||||
/* Crossfeed Submenu */
|
||||
|
|
@ -246,9 +242,6 @@ MAKE_MENU(sound_settings, ID2P(LANG_SOUND_SETTINGS), NULL, Icon_Audio,
|
|||
#endif
|
||||
#ifdef AUDIOHW_HAVE_POWER_MODE
|
||||
,&power_mode
|
||||
#endif
|
||||
#ifdef AUDIOHW_HAVE_FUNCTIONAL_MODE
|
||||
,&func_mode
|
||||
#endif
|
||||
,&crossfeed_menu, &equalizer_menu, &dithering_enabled
|
||||
,&surround_menu, &pbe_menu, &afr_enabled
|
||||
|
|
|
|||
|
|
@ -786,10 +786,6 @@ struct user_settings
|
|||
int power_mode;
|
||||
#endif
|
||||
|
||||
#ifdef AUDIOHW_HAVE_FUNCTIONAL_MODE
|
||||
int func_mode;
|
||||
#endif
|
||||
|
||||
#ifdef AUDIOHW_HAVE_EQ
|
||||
/** Hardware EQ tone controls **/
|
||||
struct hw_eq_band
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue