remove getMacAddress

This commit is contained in:
proddy
2024-06-12 10:22:44 +02:00
parent b92607f0e9
commit 9e1d9431c1

View File

@@ -82,8 +82,6 @@ class System {
void send_heartbeat();
void send_info_mqtt();
std::string getMacAddress() const;
bool syslog_enabled() {
return syslog_enabled_;
}