Commit 523e745f authored by David Reid's avatar David Reid

Remove a useless statement.

parent aacc560f
...@@ -25452,9 +25452,6 @@ mal_uint64 mal_src_read_deinterleaved(mal_src* pSRC, mal_uint64 frameCount, void ...@@ -25452,9 +25452,6 @@ mal_uint64 mal_src_read_deinterleaved(mal_src* pSRC, mal_uint64 frameCount, void
} }
mal_src_algorithm algorithm = pSRC->config.algorithm; 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. // Can use a function pointer for this.
switch (algorithm) { switch (algorithm) {
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment