diff 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
line wrap: on
line diff
--- a/src/crossfade/cfgutil.c	Thu May 07 13:13:54 2009 +0200
+++ b/src/crossfade/cfgutil.c	Thu May 07 14:11:51 2009 +0200
@@ -361,7 +361,6 @@
 		xmms_cfg_read_boolean(cfgfile, section, "no_xfade_if_same_file",&config->no_xfade_if_same_file);
 
 		/* config items introduced by v0.3.3 */
-		//xmms_cfg_read_string (cfgfile, section, "alt_mixer_device",     &config->oss_alt_mixer_device);
 		xmms_cfg_read_boolean(cfgfile, section, "gap_crossing",         &config->gap_crossing);
 
 		/* fade configs */