There's no longer any good reason to do this; remove it

This commit is contained in:
Chris Cannam
2022-09-09 11:22:53 +01:00
parent 214ddd6899
commit 2eb9a20052
3 changed files with 0 additions and 46 deletions

View File

@@ -54,8 +54,6 @@ R2Stretcher::m_defaultIncrement = 256;
const size_t
R2Stretcher::m_defaultFftSize = 2048;
static bool _initialised = false;
R2Stretcher::R2Stretcher(size_t sampleRate,
size_t channels,
RubberBandStretcher::Options options,
@@ -102,11 +100,6 @@ R2Stretcher::R2Stretcher(size_t sampleRate,
m_baseFftSize(m_defaultFftSize)
{
Profiler profiler("R2Stretcher::R2Stretcher");
if (!_initialised) {
system_specific_initialise();
_initialised = true;
}
m_log.log(1, "R2Stretcher::R2Stretcher: rate, options",
m_sampleRate, options);