diff --git a/src/lib/mathlib/math/filter/NotchFilter.hpp b/src/lib/mathlib/math/filter/NotchFilter.hpp index bce013f996..567af372f0 100644 --- a/src/lib/mathlib/math/filter/NotchFilter.hpp +++ b/src/lib/mathlib/math/filter/NotchFilter.hpp @@ -141,8 +141,6 @@ public: T reset(const T &sample); - void update(float sample_freq, float notch_freq, float bandwidth); - protected: float _notch_freq{}; float _bandwidth{};