diff options
Diffstat (limited to 'ext/pulse/pulsemixertrack.c')
-rw-r--r-- | ext/pulse/pulsemixertrack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pulse/pulsemixertrack.c b/ext/pulse/pulsemixertrack.c index be9de634..981351cb 100644 --- a/ext/pulse/pulsemixertrack.c +++ b/ext/pulse/pulsemixertrack.c @@ -47,7 +47,6 @@ GstMixerTrack * gst_pulsemixer_track_new (GstPulseMixerCtrl * control) { GstPulseMixerTrack *pulsetrack; - GstMixerTrack *track; pulsetrack = g_object_new (GST_TYPE_PULSEMIXER_TRACK, NULL); |