changeset 644:61bc556b71f0 trunk

[svn] Disabled unused void function add_instlist.
author chainsaw
date Sun, 19 Feb 2006 06:13:53 -0800
parents 7ca6e22bab48
children eed025d97b7e
files Plugins/Input/adplug/adplug-xmms.cc
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/adplug/adplug-xmms.cc	Sun Feb 19 06:00:47 2006 -0800
+++ b/Plugins/Input/adplug/adplug-xmms.cc	Sun Feb 19 06:13:53 2006 -0800
@@ -371,6 +371,7 @@
   gtk_widget_show_all(GTK_WIDGET(config_dlg));
 }
 
+#if 0
 static void add_instlist(GtkCList *instlist, const char *t1, const char *t2)
 {
   gchar *rowstr[2];
@@ -379,6 +380,7 @@
   gtk_clist_append(instlist, rowstr);
   g_free(rowstr[0]); g_free(rowstr[1]);
 }
+#endif
 
 static CPlayer *factory(const std::string &filename, Copl *newopl)
 {
@@ -878,12 +880,12 @@
   {
     NULL,                       // handle (filled by XMMS)
     NULL,                       // filename (filled by XMMS)
-    ADPLUG_NAME,        // plugin description
+    ADPLUG_NAME,        	// plugin description
     adplug_init,                // plugin functions...
     adplug_about,
     adplug_config,
     adplug_is_our_file,
-    NULL, // scan_dir (look in Input/cdaudio/cdaudio.c)
+    NULL, 			// scan_dir (look in Input/cdaudio/cdaudio.c)
     adplug_play,
     adplug_stop,
     adplug_pause,