From: Michael Jerris Date: Mon, 28 Apr 2014 19:16:03 +0000 (-0400) Subject: remove useless statement X-Git-Tag: v1.5.12~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a7c2754456beef4861a00a426ec1546d948297d;p=thirdparty%2Ffreeswitch.git remove useless statement --- diff --git a/src/switch_speex.c b/src/switch_speex.c index 99a46f97e6..293b7505ff 100644 --- a/src/switch_speex.c +++ b/src/switch_speex.c @@ -239,7 +239,6 @@ static switch_status_t switch_speex_fmtp_parse(const char *fmtp, switch_codec_fm continue; } switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG1, "choosing speex/8000 mode %s\n", mode_str); - codec_settings->quality = codec_settings->quality; codec_settings->vbr_quality = (float)codec_settings->quality; } else { if (mode_num >= 0 && mode_num <= 10) {