diff src/xmms-sid.c @ 644:1684092c2bc9

Remove useless xs_memset()
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Sep 2007 21:03:03 +0000
parents 109445214255
children acaba070cf49
line wrap: on
line diff
--- a/src/xmms-sid.c	Tue Sep 04 21:03:02 2007 +0000
+++ b/src/xmms-sid.c	Tue Sep 04 21:03:03 2007 +0000
@@ -226,7 +226,6 @@
 	XSDEBUG("xs_init()\n");
 
 	/* Initialize and get configuration */
-	xs_memset(&xs_cfg, 0, sizeof(xs_cfg));
 	xs_init_configuration();
 	xs_read_configuration();