diff src/crossfade/crossfade.c @ 3136:a9593b76cf19

crossfade: change about dialog to use audacious_info_dialog()
author Michal Lipski <tallica@o2.pl>
date Thu, 07 May 2009 15:31:32 +0200
parents 354e90c81253
children 40e5d243971e
line wrap: on
line diff
--- a/src/crossfade/crossfade.c	Thu May 07 14:11:51 2009 +0200
+++ b/src/crossfade/crossfade.c	Thu May 07 15:31:32 2009 +0200
@@ -153,9 +153,6 @@
 static gboolean stopped;	/* TRUE: stop buffer thread ASAP */
 static gboolean eop;		/* TRUE: wait until buffer is empty then sync() */
 
-#ifdef HAVE_OSS			/* avoid 'defined but not used' compiler warning */
-static plugin_config_t default_op_config = DEFAULT_OP_CONFIG;
-#endif
 static plugin_config_t the_op_config = DEFAULT_OP_CONFIG;
        OutputPlugin          *the_op = NULL;
        gint                 the_rate = 44100;