diff options
Diffstat (limited to 'src/pcm/PcmResample.cxx')
-rw-r--r-- | src/pcm/PcmResample.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pcm/PcmResample.cxx b/src/pcm/PcmResample.cxx index 60265380e..423e3d442 100644 --- a/src/pcm/PcmResample.cxx +++ b/src/pcm/PcmResample.cxx @@ -61,9 +61,7 @@ PcmResampler::PcmResampler() #ifdef HAVE_LIBSAMPLERATE if (pcm_resample_lsr_enabled()) pcm_resample_lsr_init(this); - else #endif - pcm_resample_fallback_init(this); } PcmResampler::~PcmResampler() @@ -71,9 +69,7 @@ PcmResampler::~PcmResampler() #ifdef HAVE_LIBSAMPLERATE if (pcm_resample_lsr_enabled()) pcm_resample_lsr_deinit(this); - else #endif - pcm_resample_fallback_deinit(this); } void |