udp: remove suppression of compiler warnings for deprecated GLib API

Not needed any more.
This commit is contained in:
Tim-Philipp Müller 2014-06-16 16:17:16 +01:00
parent 3c4c130c5e
commit 6c1231eed3
2 changed files with 0 additions and 8 deletions

View file

@ -21,10 +21,6 @@
* 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

View file

@ -29,10 +29,6 @@
* 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