v4l2: Remove unused definitions
authorOlivier Crête <olivier.crete@collabora.com>
Tue, 14 Mar 2017 20:35:25 +0000 (16:35 -0400)
committerOlivier Crête <olivier.crete@collabora.com>
Tue, 14 Mar 2017 20:35:25 +0000 (16:35 -0400)
sys/v4l2/gstv4l2object.c
sys/v4l2/gstv4l2object.h

index 25fa2ee..91c8ff0 100644 (file)
  * 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
index 4808227..0b1d509 100644 (file)
@@ -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);