Mercurial > pidgin
changeset 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 | 11ab18140fd3 |
children | 661d437da2aa |
files | src/core.c src/gaim.h |
diffstat | 2 files changed, 0 insertions(+), 9 deletions(-) [+] |
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;
--- 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