diff options
author | Vineeth T M <vineeth.tm@samsung.com> | 2014-09-29 10:15:39 +0530 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-10-02 10:51:35 +0300 |
commit | 14acb6fb3796c9c29dc03ae98a61c7857255cfad (patch) | |
tree | 823c1bc6b11ea4ccd7d53bf1606dc848c5098dbf /gst/camerabin2 | |
parent | 677d052e842ea38886330046f7c77620ea5bb1eb (diff) |
gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGS
There are unnecessary definitions for disabling deprecation warnings.
Since GLIB_DISABLE_DEPRECATION_WARNINGS is not needed anymore in these files,
removing the same.
https://bugzilla.gnome.org/show_bug.cgi?id=737559
Diffstat (limited to 'gst/camerabin2')
-rw-r--r-- | gst/camerabin2/gstwrappercamerabinsrc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gst/camerabin2/gstwrappercamerabinsrc.c b/gst/camerabin2/gstwrappercamerabinsrc.c index f1cc9ac79..24f44f39a 100644 --- a/gst/camerabin2/gstwrappercamerabinsrc.c +++ b/gst/camerabin2/gstwrappercamerabinsrc.c @@ -31,10 +31,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 <gst/interfaces/photography.h> #include "gstwrappercamerabinsrc.h" |