mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
audiofx: remove unused variable
Remove unsued variable have_coeffs in audiofxbaseiirfilter https://bugzilla.gnome.org/show_bug.cgi?id=756905
This commit is contained in:
parent
b8b25e8104
commit
4089ce9513
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ struct _GstAudioFXBaseIIRFilter
|
|||
/* < private > */
|
||||
GstAudioFXBaseIIRFilterProcessFunc process;
|
||||
|
||||
gboolean have_coeffs;
|
||||
gdouble *a;
|
||||
guint na;
|
||||
gdouble *b;
|
||||
|
|
Loading…
Reference in a new issue