From 95ea8248c8d4d275b5f33d9d645b0b246e25c53e Mon Sep 17 00:00:00 2001 From: Julian Smith <jules@op59.net> Date: Tue, 5 Oct 2021 22:24:32 +0100 Subject: [PATCH] src/Autopilot/digitalfilter.hxx: removed unused members. --- src/Autopilot/digitalfilter.hxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Autopilot/digitalfilter.hxx b/src/Autopilot/digitalfilter.hxx index c1028e53b..7c923ba02 100644 --- a/src/Autopilot/digitalfilter.hxx +++ b/src/Autopilot/digitalfilter.hxx @@ -52,10 +52,6 @@ protected: SGPropertyNode& prop_root ); virtual void update( bool firstTime, double dt); - InputValueList _Tf; - InputValueList _samples; - InputValueList _rateOfChange; - InputValueList _gain; InitializeTo _initializeTo; public: