Remove unused sample dumping code.

This commit is contained in:
Jonathan Naylor
2017-04-10 17:54:12 +01:00
parent 55cb3717f5
commit dd2db36409
6 changed files with 3 additions and 71 deletions

2
Conf.h
View File

@@ -78,7 +78,6 @@ public:
unsigned int getModemYSFTXLevel() const;
unsigned int getModemP25TXLevel() const;
std::string getModemRSSIMappingFile() const;
std::string getModemSamplesDir() const;
bool getModemDebug() const;
// The UMP section
@@ -232,7 +231,6 @@ private:
unsigned int m_modemYSFTXLevel;
unsigned int m_modemP25TXLevel;
std::string m_modemRSSIMappingFile;
std::string m_modemSamplesDir;
bool m_modemDebug;
bool m_umpEnabled;