diff --git a/Conf.h b/Conf.h index 33a9dd8..6c4e695 100644 --- a/Conf.h +++ b/Conf.h @@ -61,7 +61,6 @@ public: std::string getMQTTUser() const; std::string getMQTTPass() const; - // The CW ID section bool getCWIdEnabled() const; unsigned int getCWIdTime() const; @@ -416,7 +415,6 @@ private: std::string m_mqttUser; std::string m_mqttPass; - bool m_cwIdEnabled; unsigned int m_cwIdTime; std::string m_cwIdCallsign;