diff --git a/src/system.h b/src/system.h index b8e6e0ae2..8ccbd4ee9 100644 --- a/src/system.h +++ b/src/system.h @@ -82,8 +82,6 @@ class System { void send_heartbeat(); void send_info_mqtt(); - std::string getMacAddress() const; - bool syslog_enabled() { return syslog_enabled_; }