1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed a spurious #undef

This commit is contained in:
jules 2017-10-17 09:35:12 +01:00 committed by hogliux
parent a03fd6b0a3
commit bd9a8a8529

View file

@ -336,6 +336,4 @@ void IIRFilter::processSamples (float* const samples, const int numSamples) noex
}
}
#undef JUCE_SNAP_TO_ZERO
} // namespace juce