mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Removed more extra newlines since mqtt authentication commit.
This commit is contained in:
2
Conf.h
2
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;
|
||||
|
||||
Reference in New Issue
Block a user