From 18c5a0f60ff5a7206b775def0d0acde0d1f022d3 Mon Sep 17 00:00:00 2001 From: Sreerenj Balachandran Date: Sun, 2 Sep 2012 12:36:37 +0300 Subject: [PATCH] spc: No need to define GLIB_DISABLE_DEPRECATION_WARNINGS https://bugzilla.gnome.org/show_bug.cgi?id=683175 --- ext/spc/gstspc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/spc/gstspc.c b/ext/spc/gstspc.c index 584e225267..8d470a4893 100644 --- a/ext/spc/gstspc.c +++ b/ext/spc/gstspc.c @@ -18,10 +18,6 @@ * Boston, MA 02111-1307, USA. */ -/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex - * with newer GLib versions (>= 2.31.0) */ -#define GLIB_DISABLE_DEPRECATION_WARNINGS - #ifdef HAVE_CONFIG_H #include "config.h" #endif