From 055dbed658b81a49cc47daf67362a91b71471b0d Mon Sep 17 00:00:00 2001 From: Vincent Date: Sun, 19 Feb 2023 23:42:09 +0100 Subject: [PATCH] removing unused variable --- src/fx_components.cpp | 1 - 1 file changed, 1 deletion(-) 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;