From 9514778ec675545ba8b0b65a837dad4d04ef046e Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 26 Jul 2007 19:45:30 +0000 Subject: 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. --- gst/audiofx/audioamplify.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gst') diff --git a/gst/audiofx/audioamplify.h b/gst/audiofx/audioamplify.h index 60f52c94..4924814f 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; }; -- cgit