Commit 35a2935e authored by vaclav's avatar vaclav
Browse files

fix merge issue causing build error

parent bbd042a1
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -45,8 +45,6 @@
#include "wmc_auto.h"
#include "ivas_prot_fx.h"

static void rescale_fdCngDec( HANDLE_FD_CNG_DEC hFdCngDec, Word16 old_NoiseExp );


/*-------------------------------------------------------------------*
 * acelp_core_dec_ivas_fx()
@@ -2589,9 +2587,3 @@ ivas_error acelp_core_dec_ivas_fx(
    pop_wmops();
    return error;
}


static void rescale_fdCngDec( HANDLE_FD_CNG_DEC hFdCngDec, Word16 Exp_diff )
{
    Scale_sig32( hFdCngDec->hFdCngCom->sidNoiseEstLp, NPART, Exp_diff );
}