Commit e0c0125b authored by norvell's avatar norvell
Browse files

Minor cleanup: remove unreachable code

parent defc030b
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -697,11 +697,12 @@ void swb_pre_proc(
            st->hBWE_TD->prev_pow_exc16kWhtnd = 1.0f;
            st->hBWE_TD->prev_mix_factor = 1.0f;
            st->hBWE_TD->prev_Env_error = 0.0f;

#ifndef FIX_I102_SWB_TBE_SWITCH
            if ( st->element_mode == IVAS_CPE_DFT )
            {
                set_f( hCPE->hStereoDft->output_mem_dmx_16k_shb, 0, STEREO_DFT_OVL_16k );
            }
#endif
        }
        else
        {