From 245345fba5f44b5c8562c826ca0053fa5bbd2ff3 Mon Sep 17 00:00:00 2001 From: Joerg Mueller Date: Mon, 10 Dec 2012 16:58:47 +0000 Subject: Audaspace: Implemented forgotten Calculator classes from boost migration. --- intern/audaspace/FX/AUD_LowpassFactory.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'intern/audaspace/FX/AUD_LowpassFactory.h') diff --git a/intern/audaspace/FX/AUD_LowpassFactory.h b/intern/audaspace/FX/AUD_LowpassFactory.h index fdbc6e5d91d..dfd8ab35521 100644 --- a/intern/audaspace/FX/AUD_LowpassFactory.h +++ b/intern/audaspace/FX/AUD_LowpassFactory.h @@ -38,16 +38,6 @@ class AUD_LowpassFactory : public AUD_DynamicIIRFilterFactory { private: - /** - * The cutoff frequency. - */ - const float m_frequency; - - /** - * The Q factor. - */ - const float m_Q; - // hide copy constructor and operator= AUD_LowpassFactory(const AUD_LowpassFactory&); AUD_LowpassFactory& operator=(const AUD_LowpassFactory&); @@ -60,8 +50,6 @@ public: * \param Q The Q factor. */ AUD_LowpassFactory(boost::shared_ptr factory, float frequency, float Q = 1.0f); - - virtual void recalculateCoefficients(AUD_SampleRate rate, std::vector &b, std::vector &a); }; #endif //__AUD_LOWPASSFACTORY_H__ -- cgit v1.2.3