diff --git a/src/fx_components.cpp b/src/fx_components.cpp index 9dd0665..fe4c831 100644 --- a/src/fx_components.cpp +++ b/src/fx_components.cpp @@ -100,7 +100,6 @@ void FastLFO::updateCoefficient() void FastLFO::reset() { - static const float32_t epsi = 2e-7; static const float32_t epsilon = 1e-3; this->sub_increment_ = 0.0f;