diff --git a/mini_al.h b/mini_al.h index 82701a52..76604e7b 100644 --- a/mini_al.h +++ b/mini_al.h @@ -25452,9 +25452,6 @@ mal_uint64 mal_src_read_deinterleaved(mal_src* pSRC, mal_uint64 frameCount, void } mal_src_algorithm algorithm = pSRC->config.algorithm; - if (pSRC->config.sampleRateIn == pSRC->config.sampleRateOut) { - //algorithm = mal_src_algorithm_none; - } // Can use a function pointer for this. switch (algorithm) {