udp: remove suppression of compiler warnings for deprecated GLib API
authorTim-Philipp Müller <tim@centricular.com>
Mon, 16 Jun 2014 15:17:16 +0000 (16:17 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 18 Jun 2014 13:54:58 +0000 (14:54 +0100)
Not needed any more.

gst/udp/gstdynudpsink.c
gst/udp/gstmultiudpsink.c

index ec5fbff..6ffd665 100644 (file)
  * Boston, MA 02110-1301, USA.
  */
 
-/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
- * with newer GLib versions (>= 2.31.0) */
-#define GLIB_DISABLE_DEPRECATION_WARNINGS
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index 988de2d..b6e2ddb 100644 (file)
  * It can be combined with rtp payload encoders to implement RTP streaming.
  */
 
-/* FIXME 0.11: suppress warnings for deprecated API such as GValueArray
- * with newer GLib versions (>= 2.31.0) */
-#define GLIB_DISABLE_DEPRECATION_WARNINGS
-
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif