From 92abb8daec3eec92c5400e8f9ae1aa4f83e16427 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 14 Nov 2022 14:18:30 +0100 Subject: [PATCH] urisourcebin: Remove un-needed define This code hasn't use GValueArray in ages Part-of: --- subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c b/subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c index 76b503b608..c2e7f3e6b8 100644 --- a/subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c +++ b/subprojects/gst-plugins-base/gst/playback/gsturisourcebin.c @@ -34,10 +34,6 @@ * > Its behaviour and exposed API is subject to change. */ -/* 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