Remove KerchunkTX.

This commit is contained in:
Jonathan Naylor
2020-07-07 17:54:46 +01:00
parent e9a128ebdc
commit 1e833d78cf
9 changed files with 6 additions and 24 deletions

2
Conf.h
View File

@@ -207,7 +207,6 @@ public:
unsigned int getFMCTCSSLowThreshold() const;
float getFMCTCSSLevel() const;
unsigned int getFMKerchunkTime() const;
bool getFMKerchunkTX() const;
unsigned int getFMHangTime() const;
bool getFMUseCOS() const;
bool getFMCOSInvert() const;
@@ -497,7 +496,6 @@ private:
unsigned int m_fmCTCSSLowThreshold;
float m_fmCTCSSLevel;
unsigned int m_fmKerchunkTime;
bool m_fmKerchunkTX;
unsigned int m_fmHangTime;
bool m_fmUseCOS;
bool m_fmCOSInvert;