From e4bfefb51b2b8793b97a19e948e6301c2acd842f Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 6 Jul 2012 11:41:52 +0200 Subject: [PATCH] gst-inspect: Remove unused define --- tools/gst-inspect.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index c08f335ddb..970729e4e2 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -21,10 +21,6 @@ * Boston, MA 02111-1307, 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