# HG changeset patch # User chainsaw # Date 1140358433 28800 # Node ID 61bc556b71f07a46c6d6ceec7517dff0e8ae1e45 # Parent 7ca6e22bab48b3b1c45a1e8e58189647c12de98a [svn] Disabled unused void function add_instlist. diff -r 7ca6e22bab48 -r 61bc556b71f0 Plugins/Input/adplug/adplug-xmms.cc --- 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,