Remove some #define GLIB_DISABLE_DEPRECATION_WARNINGS that are no longer needed
authorTim-Philipp Müller <tim@centricular.net>
Mon, 10 Sep 2012 00:26:57 +0000 (01:26 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Mon, 10 Sep 2012 00:27:18 +0000 (01:27 +0100)
ext/libvisual/gstaudiovisualizer.c
gst-libs/gst/video/gstvideoencoder.c

index 458aa09..4dd116d 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 <string.h>
 
 #include <gst/video/video.h>
index 28cd042..d8a5ec2 100644 (file)
  *   and if it exceeds the recorded one, save it and emit a GST_MESSAGE_LATENCY
  */
 
-/* FIXME 0.11: suppress warnings for deprecated API such as GStaticRecMutex
- * with newer GLib versions (>= 2.31.0) */
-#define GLIB_DISABLE_DEPRECATION_WARNINGS
-
 #include "gstvideoencoder.h"
 #include "gstvideoutils.h"