diff src/cdaudio-ng/configure.h @ 1339:83cbc6968a0b

Set DAE the default and non-optional play method; Configuring the plugin no longer stops the playback;
author Calin Crisan ccrisan@gmail.com
date Mon, 23 Jul 2007 21:43:17 +0300
parents 2a7c9e0b9c0f
children 2db72dd92ee3
line wrap: on
line diff
--- a/src/cdaudio-ng/configure.h	Mon Jul 23 01:01:18 2007 +0300
+++ b/src/cdaudio-ng/configure.h	Mon Jul 23 21:43:17 2007 +0300
@@ -2,7 +2,7 @@
 #ifndef CONFIGURE_H
 #define CONFIGURE_H
 
-void				configure_set_variables(gboolean *usedae, int *limitspeed, gboolean *usecdtext, gboolean *usecddb, char *device, gboolean *debug, char *cddbserver, int *cddbport);
+void				configure_set_variables(/*gboolean *usedae, */int *limitspeed, gboolean *usecdtext, gboolean *usecddb, char *device, gboolean *debug, char *cddbserver, int *cddbport);
 void				configure_create_gui();
 void				configure_show_gui();