Commit f866ba3f authored by Manuel Jander's avatar Manuel Jander
Browse files

Remove unnecessary change. The assignment hHQ_core->Q_old_wtda = Q_syn to be...

Remove unnecessary change. The assignment hHQ_core->Q_old_wtda = Q_syn to be excpected here is found a few lines further away.
parent f938177b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -848,10 +848,6 @@ void con_tcx_fx(
    move16();
#endif
    Copy( syn + sub( L_frame, n ), hHQ_core->old_out_fx, sub( L_frame, n ) ); /*Q_syn*/
#ifdef FIX_1348_BIT_PRECISION_IMPROVEMENT
    hHQ_core->Q_old_wtda = Q_syn;
    move16();
#endif

    FOR( i = 0; i < W12; i++ )
    {