From 75d2a577837cbd454c9811452edc79ff15d68886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Tue, 14 Mar 2017 16:35:25 -0400 Subject: [PATCH] v4l2: Remove unused definitions --- sys/v4l2/gstv4l2object.c | 4 ---- sys/v4l2/gstv4l2object.h | 13 ------------- 2 files changed, 17 deletions(-) diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c index 25fa2ee5c9..91c8ff049c 100644 --- a/sys/v4l2/gstv4l2object.c +++ b/sys/v4l2/gstv4l2object.c @@ -18,10 +18,6 @@ * 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 #endif diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h index 480822717d..0b1d509397 100644 --- a/sys/v4l2/gstv4l2object.h +++ b/sys/v4l2/gstv4l2object.h @@ -230,19 +230,6 @@ gboolean gst_v4l2_object_open_shared (GstV4l2Object *v4l2object, GstV4l2 gboolean gst_v4l2_object_close (GstV4l2Object *v4l2object); /* probing */ -#if 0 -const GList* gst_v4l2_probe_get_properties (GstPropertyProbe * probe); - -void gst_v4l2_probe_probe_property (GstPropertyProbe * probe, guint prop_id, - const GParamSpec * pspec, - GList ** klass_devices); -gboolean gst_v4l2_probe_needs_probe (GstPropertyProbe * probe, guint prop_id, - const GParamSpec * pspec, - GList ** klass_devices); -GValueArray* gst_v4l2_probe_get_values (GstPropertyProbe * probe, guint prop_id, - const GParamSpec * pspec, - GList ** klass_devices); -#endif GstCaps* gst_v4l2_object_get_all_caps (void);