comparison src/crossfade/cfgutil.c @ 3135:85b7dcee821f

crossfade: another portion of cleanups, remove legacy stuff
author Michal Lipski <tallica@o2.pl>
date Thu, 07 May 2009 14:11:51 +0200
parents 354e90c81253
children de2f796d6f04
comparison
equal deleted inserted replaced
3134:354e90c81253 3135:85b7dcee821f
359 359
360 /* config items introduced by v0.3.2 */ 360 /* config items introduced by v0.3.2 */
361 xmms_cfg_read_boolean(cfgfile, section, "no_xfade_if_same_file",&config->no_xfade_if_same_file); 361 xmms_cfg_read_boolean(cfgfile, section, "no_xfade_if_same_file",&config->no_xfade_if_same_file);
362 362
363 /* config items introduced by v0.3.3 */ 363 /* config items introduced by v0.3.3 */
364 //xmms_cfg_read_string (cfgfile, section, "alt_mixer_device", &config->oss_alt_mixer_device);
365 xmms_cfg_read_boolean(cfgfile, section, "gap_crossing", &config->gap_crossing); 364 xmms_cfg_read_boolean(cfgfile, section, "gap_crossing", &config->gap_crossing);
366 365
367 /* fade configs */ 366 /* fade configs */
368 read_fade_config(cfgfile, section, "fc_xfade", &config->fc[FADE_CONFIG_XFADE]); 367 read_fade_config(cfgfile, section, "fc_xfade", &config->fc[FADE_CONFIG_XFADE]);
369 read_fade_config(cfgfile, section, "fc_manual", &config->fc[FADE_CONFIG_MANUAL]); 368 read_fade_config(cfgfile, section, "fc_manual", &config->fc[FADE_CONFIG_MANUAL]);