diff src/core.c @ 3837:b5dbc9d49939

[gaim-migrate @ 3987] *Kicks sean in the nuts* Do you compile before you commit? committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 31 Oct 2002 01:08:07 +0000
parents d7e83b4db191
children eb1d58c2d6af
line wrap: on
line diff
--- a/src/core.c	Thu Oct 31 01:04:43 2002 +0000
+++ b/src/core.c	Thu Oct 31 01:08:07 2002 +0000
@@ -202,14 +202,6 @@
 			/* XXX need to broadcast to UIs that plugin has been unloaded */
 		}
 		break;
-	case CUI_PLUGIN_RELOAD:
-		memcpy(&id, data, sizeof(id));
-		p = g_list_nth_data(plugins, id);
-		if (p) {
-			p = reload_plugin(p);
-			/* XXX need to broadcast to UIs that plugin has been reloaded */
-		}
-		break;
 	default:
 		debug_printf("unhandled plugin subtype %d\n", subtype);
 		break;