[gaim-migrate @ 15616]

Sun, 12 Feb 2006 18:21:58 +0000

author
Evan Schoenberg <evands@pidgin.im>
date
Sun, 12 Feb 2006 18:21:58 +0000
changeset 13251
09f11d21e225
parent 13250
3857dfd699c5
child 13252
3e97de50c62b

[gaim-migrate @ 15616]
compare_plugins() is only used if GAIM_PLUGINS is defined

src/plugin.c file | annotate | diff | comparison | revisions
--- a/src/plugin.c	Sun Feb 12 17:26:06 2006 +0000
+++ b/src/plugin.c	Sun Feb 12 18:21:58 2006 +0000
@@ -467,6 +467,7 @@
 #endif /* !GAIM_PLUGINS */
 }
 
+#ifdef GAIM_PLUGINS
 static gint
 compare_plugins(gconstpointer a, gconstpointer b)
 {
@@ -475,6 +476,7 @@
 
 	return strcmp(plugina->info->name, pluginb->info->name);
 }
+#endif /* GAIM_PLUGINS */
 
 gboolean
 gaim_plugin_load(GaimPlugin *plugin)

mercurial