mpg123: Remove dead assignment

harder ? :)
This commit is contained in:
Edward Hervey 2013-07-26 17:25:42 +02:00 committed by Tim-Philipp Müller
parent 265ecb5171
commit f383e63beb

View file

@ -597,8 +597,6 @@ gst_mpg123_audio_dec_flush (GstAudioDecoder * dec, gboolean hard)
int error;
GstMpg123AudioDec *mpg123_decoder;
hard = hard;
GST_LOG_OBJECT (dec, "Flushing decoder");
mpg123_decoder = GST_MPG123_AUDIO_DEC (dec);