diff src/plugins.c @ 2086:424a40f12a6c

[gaim-migrate @ 2096] moving protocols from plugins/ to src/protocols. making it so that you can select which protocols are compiled statically. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Jul 2001 01:00:39 +0000
parents 5028a07250c7
children b66aca8e8dce
line wrap: on
line diff
--- a/src/plugins.c	Fri Jul 27 18:15:36 2001 +0000
+++ b/src/plugins.c	Tue Jul 31 01:00:39 2001 +0000
@@ -241,16 +241,6 @@
 	save_prefs();
 }
 
-char *gaim_plugin_init(GModule *mod)
-{
-	void (*asdf)(void *);
-	char *(*gem)();
-	g_module_symbol(mod, "do_stuff", (gpointer *)&asdf);
-	g_module_symbol(mod, "gem", (gpointer *)&gem);
-	asdf(gem);
-	return NULL;
-}
-
 void show_plugins(GtkWidget *w, gpointer data)
 {
 	/* most of this code was shamelessly stolen from Glade */