gst/audiofx/audioamplify.h: Also remove a now unecessary variable here.

Original commit message from CVS:
* gst/audiofx/audioamplify.h:
Also remove a now unecessary variable here.
This commit is contained in:
Sebastian Dröge 2007-07-26 19:45:30 +00:00
parent 5f350149a0
commit 9514778ec6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
* gst/audiofx/audioamplify.h:
Also remove a now unecessary variable here.
2007-07-26 Sebastian Dröge <slomo@circular-chaos.org>
* gst/audiofx/audioamplify.c: (gst_audio_amplify_init),

View file

@ -48,7 +48,6 @@ struct _GstAudioAmplify
/* < private > */
GstAudioAmplifyProcessFunc process;
gint clipping_method;
gint width;
gint format_index;
};