audiofx: remove unused variable
authorRavi Kiran K N <ravi.kiran@samsung.com>
Wed, 21 Oct 2015 12:11:38 +0000 (17:41 +0530)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 21 Oct 2015 13:18:46 +0000 (16:18 +0300)
Remove unsued variable have_coeffs in audiofxbaseiirfilter

https://bugzilla.gnome.org/show_bug.cgi?id=756905

gst/audiofx/audiofxbaseiirfilter.h

index d0e8b8b..f78ae31 100644 (file)
@@ -54,7 +54,6 @@ struct _GstAudioFXBaseIIRFilter
   /* < private > */
   GstAudioFXBaseIIRFilterProcessFunc process;
 
-  gboolean have_coeffs;
   gdouble *a;
   guint na;
   gdouble *b;