diff --git a/ChangeLog b/ChangeLog index 9b9e7918c0..3d305147dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-07-26 Sebastian Dröge + + * gst/audiofx/audioamplify.h: + Also remove a now unecessary variable here. + 2007-07-26 Sebastian Dröge * gst/audiofx/audioamplify.c: (gst_audio_amplify_init), diff --git a/gst/audiofx/audioamplify.h b/gst/audiofx/audioamplify.h index 60f52c944a..4924814f0f 100644 --- a/gst/audiofx/audioamplify.h +++ b/gst/audiofx/audioamplify.h @@ -48,7 +48,6 @@ struct _GstAudioAmplify /* < private > */ GstAudioAmplifyProcessFunc process; gint clipping_method; - gint width; gint format_index; };