Commit 5cbd3eb8 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Removing unused variable

parent 56df34a4
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1121,7 +1121,11 @@ ivas_error ivas_binRenderer_open(
)
{
    BINAURAL_RENDERER_HANDLE hBinRenderer;
#ifdef FIX_1053_REVERB_RECONFIGURATION
    int16_t convBand, k;
#else
    int16_t convBand, chIdx, k;
#endif
    ivas_error error;

    error = IVAS_ERR_OK;