From 523e745fcadf51eea9457e13109c93c85b2cd0c8 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 18 Nov 2018 21:17:32 +1000 Subject: [PATCH] Remove a useless statement. --- mini_al.h | 3 --- 1 file changed, 3 deletions(-) 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) {