From 46df0cedb7b23ec8b65f842b9d93eb1e91df7dd8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 27 Sep 2014 16:01:21 +0100 Subject: [PATCH] v4l2: remove redundant struct declaration --- sys/v4l2/gstv4l2deviceprovider.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/v4l2/gstv4l2deviceprovider.h b/sys/v4l2/gstv4l2deviceprovider.h index 8e979ad..865727a 100644 --- a/sys/v4l2/gstv4l2deviceprovider.h +++ b/sys/v4l2/gstv4l2deviceprovider.h @@ -36,7 +36,6 @@ G_BEGIN_DECLS typedef struct _GstV4l2DeviceProvider GstV4l2DeviceProvider; -typedef struct _GstV4l2DeviceProviderPrivate GstV4l2DeviceProviderPrivate; typedef struct _GstV4l2DeviceProviderClass GstV4l2DeviceProviderClass; #define GST_TYPE_V4L2_DEVICE_PROVIDER (gst_v4l2_device_provider_get_type()) @@ -73,7 +72,6 @@ GType gst_v4l2_device_provider_get_type (void); typedef struct _GstV4l2Device GstV4l2Device; -typedef struct _GstV4l2DevicePrivate GstV4l2DevicePrivate; typedef struct _GstV4l2DeviceClass GstV4l2DeviceClass; #define GST_TYPE_V4L2_DEVICE (gst_v4l2_device_get_type()) -- 2.7.4