Mercurial > pidgin
diff libpurple/plugin.c @ 25572:d5cf115b7c58
disapproval of revision '2f2d084c77a5b905a47b7b28508172451a2bb82f'
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Wed, 29 Apr 2009 00:39:13 +0000 |
| parents | 1b8c18ab762f |
| children | 01f1929d0936 |
line wrap: on
line diff
--- a/libpurple/plugin.c Tue Apr 28 20:51:59 2009 +0000 +++ b/libpurple/plugin.c Wed Apr 29 00:39:13 2009 +0000 @@ -1229,21 +1229,6 @@ } void -purple_plugins_unload(PurplePluginType type) -{ -#ifdef PURPLE_PLUGINS - GList *l; - - for (l = plugins; l; l = l->next) { - PurplePlugin *plugin = l->data; - if (plugin->info->type == type && purple_plugin_is_loaded(plugin)) - purple_plugin_unload(plugin); - } - -#endif /* PURPLE_PLUGINS */ -} - -void purple_plugins_destroy_all(void) { #ifdef PURPLE_PLUGINS
