# HG changeset patch # User Matti Hamalainen # Date 1352110002 -7200 # Node ID fb218dbc90cd580906e4069ed15dc1d153d96259 # Parent 60c449d7e3b4df130491b01e969621c0c761104b Remove unused variables. diff -r 60c449d7e3b4 -r fb218dbc90cd src/xmms-sid.c --- a/src/xmms-sid.c Mon Nov 05 12:06:31 2012 +0200 +++ b/src/xmms-sid.c Mon Nov 05 12:06:42 2012 +0200 @@ -87,9 +87,6 @@ */ void xs_reinit(void) { - gint player; - gboolean initialized; - /* Stop playing, if we are */ XS_MUTEX_LOCK(xs_status); if (xs_status.isPlaying) {