Clean up and remove unused variables

This commit is contained in:
Andy CA6JAU 2019-02-03 12:15:39 -03:00
parent a915b9e863
commit 87510f4e7d
5 changed files with 65 additions and 75 deletions

View file

@ -27,7 +27,6 @@
CAPRSWriter::CAPRSWriter(const std::string& callsign, const std::string& rptSuffix, const std::string& password, const std::string& address, unsigned int port, const std::string& suffix) :
m_thread(NULL),
m_enabled(false),
m_idTimer(1000U),
m_callsign(callsign),
m_txFrequency(0U),