mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
audiofx: Remove unused variable
Remove unused variable 'degree' in audiodynamic https://bugzilla.gnome.org/show_bug.cgi?id=756234
This commit is contained in:
parent
b26ce7ba6d
commit
82de6384dd
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ struct _GstAudioDynamic
|
|||
{
|
||||
GstAudioFilter audiofilter;
|
||||
|
||||
gfloat degree;
|
||||
|
||||
/* < private > */
|
||||
GstAudioDynamicProcessFunc process;
|
||||
gint characteristics;
|
||||
|
|
Loading…
Reference in a new issue