plugins/relnot: Remove PURPLE_PLUGINS definition

Sat, 08 Dec 2018 21:35:39 -0600

author
Mike Ruprecht <cmaiku@gmail.com>
date
Sat, 08 Dec 2018 21:35:39 -0600
changeset 39412
d3c91a4e6f56
parent 39411
b1272e3a1c55
child 39413
f45e8a9c6fc1

plugins/relnot: Remove PURPLE_PLUGINS definition

Now that GPlugin and libpurple plugin support are both required,
this patch removes the PURPLE_PLUGINS guarded definition from
libpurple's release notification plugin.

pidgin/plugins/relnot.c file | annotate | diff | comparison | revisions
--- a/pidgin/plugins/relnot.c	Tue Jan 15 16:28:32 2019 -0600
+++ b/pidgin/plugins/relnot.c	Sat Dec 08 21:35:39 2018 -0600
@@ -23,10 +23,6 @@
 #include <config.h>
 #endif
 
-#ifndef PURPLE_PLUGINS
-#define PURPLE_PLUGINS
-#endif
-
 #include "internal.h"
 
 #include <string.h>

mercurial