adder: Remove deprecation disabling
authorEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 25 Jan 2012 14:02:09 +0000 (15:02 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 25 Jan 2012 14:02:09 +0000 (15:02 +0100)
It's actually fixed in 0.11

gst/adder/gstadder.c

index e45665a..1358f32 100644 (file)
 #include "config.h"
 #endif
 
-/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
- * with newer GLib versions (>= 2.31.0) */
-#define GLIB_DISABLE_DEPRECATION_WARNINGS
-
 #include "gstadder.h"
 #include <gst/audio/audio.h>
 #include <string.h>             /* strcmp */