mathlib: NotchFilter delete unused update method

This commit is contained in:
Daniel Agar
2020-10-27 11:44:47 -04:00
parent 050c9dcd3d
commit d5e68bc05a

View File

@@ -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{};