From 625ec93af8e9fd23f83d60c8f773f2d0fa4f5d87 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Wed, 5 Aug 2020 21:17:05 +0200 Subject: [PATCH] Remove unused variable --- FMNoiseSquelch.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/FMNoiseSquelch.cpp b/FMNoiseSquelch.cpp index 604efe3..6becf99 100644 --- a/FMNoiseSquelch.cpp +++ b/FMNoiseSquelch.cpp @@ -26,9 +26,6 @@ const q31_t COEFF_DIV_TWO = 821806413; // 400Hz bandwidth const uint16_t N = 24000U / 400U; -//const q63_t ALPHA = 1073741824; //0.5 as q31 but stored in a q64 to avoid overflow -const q63_t ALPHA = 536870912; //0.25 as q31 but stored in a q64 to avoid overflow - CFMNoiseSquelch::CFMNoiseSquelch() : m_highThreshold(0), m_lowThreshold(0),