diff --git a/modules/juce_dsp/processors/juce_Oversampling.cpp b/modules/juce_dsp/processors/juce_Oversampling.cpp index ece2edd189..4a97ef8863 100644 --- a/modules/juce_dsp/processors/juce_Oversampling.cpp +++ b/modules/juce_dsp/processors/juce_Oversampling.cpp @@ -544,8 +544,6 @@ Oversampling::Oversampling (size_t newNumChannels, size_t newFactor, { jassert (isPositiveAndBelow (newFactor, 5) && numChannels > 0); - factorOversampling = static_cast (1) << newFactor; - if (newFactor == 0) { addDummyOversamplingStage();