From 9514778ec675545ba8b0b65a837dad4d04ef046e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 26 Jul 2007 19:45:30 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ gst/audiofx/audioamplify.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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; };