1
0
Fork 0
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:
Nils Wallménius 2007-09-30 21:20:35 +00:00
parent 7b7b9310e7
commit cebfc40f69

View file

@ -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,