forked from len0rd/rockbox
Fix cliplight setting being saved twice to -cfg files, closes FS#7857
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14928 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7b7b9310e7
commit
cebfc40f69
1 changed files with 0 additions and 2 deletions
|
|
@ -828,8 +828,6 @@ const struct settings_list settings[] = {
|
|||
2, ID2P(LANG_OFF), ID2P(LANG_ON)
|
||||
#endif
|
||||
),
|
||||
{F_T_INT|F_RECSETTING,&global_settings.cliplight,LANG_CLIP_LIGHT,INT(0),
|
||||
"cliplight","off,main,both,remote",UNUSED},
|
||||
#endif
|
||||
#ifdef DEFAULT_REC_MIC_GAIN
|
||||
{F_T_INT|F_RECSETTING,&global_settings.rec_mic_gain,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue