adder: Remove deprecation disabling

It's actually fixed in 0.11
This commit is contained in:
Edward Hervey 2012-01-25 15:02:09 +01:00
parent 47fc70ea79
commit 0c60a5c7a3

View file

@ -44,10 +44,6 @@
#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 */