# HG changeset patch # User Mike Ruprecht # Date 1544326539 21600 # Node ID d3c91a4e6f56d2035167ac9110385cee312c47c9 # Parent b1272e3a1c559b7aaeb224c7bce921d63914174c 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. diff -r b1272e3a1c55 -r d3c91a4e6f56 pidgin/plugins/relnot.c --- 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 #endif -#ifndef PURPLE_PLUGINS -#define PURPLE_PLUGINS -#endif - #include "internal.h" #include