changeset 2446:f9cad82d321b

[gaim-migrate @ 2459] fuck you too dennis committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 06 Oct 2001 06:21:01 +0000
parents adb5106341de
children 6bdeb91abe4e
files src/core.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/core.c	Sat Oct 06 05:41:25 2001 +0000
+++ b/src/core.c	Sat Oct 06 06:21:01 2001 +0000
@@ -92,6 +92,7 @@
 
 static void plugin_handler(struct UI *ui, guchar subtype, guchar *data)
 {
+#ifdef GAIM_PLUGINS
 	guint id;
 	struct gaim_plugin *p;
 
@@ -124,6 +125,7 @@
 		debug_printf("unhandled plugin subtype %d\n", subtype);
 		break;
 	}
+#endif
 }
 
 static void user_handler(struct UI *ui, guchar subtype, guchar *data)