mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
ladspa: remove left-over comment
This commit is contained in:
parent
8a5e9a3363
commit
cd3b5d00cd
1 changed files with 0 additions and 2 deletions
|
@ -476,8 +476,6 @@ gst_ladspa_class_init (GstLADSPAClass * klass, LADSPA_Descriptor * desc)
|
||||||
static void
|
static void
|
||||||
gst_ladspa_init (GstLADSPA * ladspa, GstLADSPAClass * klass)
|
gst_ladspa_init (GstLADSPA * ladspa, GstLADSPAClass * klass)
|
||||||
{
|
{
|
||||||
/* whoopee, nothing to do */
|
|
||||||
|
|
||||||
ladspa->descriptor = klass->descriptor;
|
ladspa->descriptor = klass->descriptor;
|
||||||
ladspa->activated = FALSE;
|
ladspa->activated = FALSE;
|
||||||
ladspa->inplace_broken =
|
ladspa->inplace_broken =
|
||||||
|
|
Loading…
Reference in a new issue