# HG changeset patch # User Evan Schoenberg # Date 1139768518 0 # Node ID 58b8e87ad65767e3e37816711d970fcaa83aaa34 # Parent 65a7de0f59ff799fc2972fa309e2d304e7dae543 [gaim-migrate @ 15616] compare_plugins() is only used if GAIM_PLUGINS is defined committer: Tailor Script diff -r 65a7de0f59ff -r 58b8e87ad657 src/plugin.c --- 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)