# HG changeset patch # User Rob Flynn # Date 1036026487 0 # Node ID b5dbc9d4993903bc55cd498023ae475ad5c10824 # Parent 11ab18140fd37e8fbc6ab2a8e31a90d0e0228039 [gaim-migrate @ 3987] *Kicks sean in the nuts* Do you compile before you commit? committer: Tailor Script diff -r 11ab18140fd3 -r b5dbc9d49939 src/core.c --- 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; diff -r 11ab18140fd3 -r b5dbc9d49939 src/gaim.h --- a/src/gaim.h Thu Oct 31 01:04:43 2002 +0000 +++ b/src/gaim.h Thu Oct 31 01:08:07 2002 +0000 @@ -60,7 +60,6 @@ #define CUI_PLUGIN_LIST 1 #define CUI_PLUGIN_LOAD 2 #define CUI_PLUGIN_UNLOAD 3 -#define CUI_PLUGIN_RELOAD 4 /* this is redundant and may be removed */ #define CUI_USER_LIST 1 #define CUI_USER_ADD 2