From 7a7c2754456beef4861a00a426ec1546d948297d Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 28 Apr 2014 15:16:03 -0400 Subject: [PATCH] remove useless statement --- src/switch_speex.c | 1 - 1 file changed, 1 deletion(-) 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) {