comparison 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
comparison
equal deleted inserted replaced
643:51f994f06ac4 644:1684092c2bc9
224 void xs_init(void) 224 void xs_init(void)
225 { 225 {
226 XSDEBUG("xs_init()\n"); 226 XSDEBUG("xs_init()\n");
227 227
228 /* Initialize and get configuration */ 228 /* Initialize and get configuration */
229 xs_memset(&xs_cfg, 0, sizeof(xs_cfg));
230 xs_init_configuration(); 229 xs_init_configuration();
231 xs_read_configuration(); 230 xs_read_configuration();
232 231
233 /* Initialize subsystems */ 232 /* Initialize subsystems */
234 xs_reinit(); 233 xs_reinit();