From 1ac35d10bd555fd4930d329f8b322262b508e401 Mon Sep 17 00:00:00 2001 From: William Peters Date: Fri, 17 Jan 2025 16:44:08 +0100 Subject: [PATCH] Removed more extra newlines since mqtt authentication commit. --- Conf.h | 2 -- 1 file changed, 2 deletions(-) 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;