pulse: remove some unused typedefs
authorTim-Philipp Müller <tim@centricular.com>
Thu, 23 Oct 2014 14:46:13 +0000 (15:46 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 23 Oct 2014 14:46:29 +0000 (15:46 +0100)
ext/pulse/pulsedeviceprovider.c
ext/pulse/pulsedeviceprovider.h

index c96488c..d25cb04 100644 (file)
@@ -1,7 +1,7 @@
 /* GStreamer
  * Copyright (C) 2012 Olivier Crete <olivier.crete@collabora.com>
  *
- * gstv4l2deviceprovider.c: V4l2 device probing and monitoring
+ * pulsedeviceprovider.c: pulseaudio device probing and monitoring
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
index 8828721..5994d1a 100644 (file)
@@ -35,7 +35,6 @@
 G_BEGIN_DECLS
 
 typedef struct _GstPulseDeviceProvider GstPulseDeviceProvider;
-typedef struct _GstPulseDeviceProviderPrivate GstPulseDeviceProviderPrivate;
 typedef struct _GstPulseDeviceProviderClass GstPulseDeviceProviderClass;
 
 #define GST_TYPE_PULSE_DEVICE_PROVIDER                 (gst_pulse_device_provider_get_type())
@@ -69,7 +68,6 @@ GType        gst_pulse_device_provider_get_type (void);
 
 
 typedef struct _GstPulseDevice GstPulseDevice;
-typedef struct _GstPulseDevicePrivate GstPulseDevicePrivate;
 typedef struct _GstPulseDeviceClass GstPulseDeviceClass;
 
 #define GST_TYPE_PULSE_DEVICE                 (gst_pulse_device_get_type())