diff --git a/selfdrive/ui/qt/network/wifi_manager.cc b/selfdrive/ui/qt/network/wifi_manager.cc index 9870f99054..60dcf93ec6 100644 --- a/selfdrive/ui/qt/network/wifi_manager.cc +++ b/selfdrive/ui/qt/network/wifi_manager.cc @@ -163,10 +163,6 @@ QString WifiManager::getIp4Address() { return ""; } -//void WifiManager::getConnectionMetered() { -// -//} - SecurityType WifiManager::getSecurityType(const QVariantMap &properties) { int sflag = properties["Flags"].toUInt(); int wpaflag = properties["WpaFlags"].toUInt(); diff --git a/selfdrive/ui/qt/network/wifi_manager.h b/selfdrive/ui/qt/network/wifi_manager.h index ccbd562d5c..6382af70ca 100644 --- a/selfdrive/ui/qt/network/wifi_manager.h +++ b/selfdrive/ui/qt/network/wifi_manager.h @@ -42,7 +42,6 @@ public: QMap seenNetworks; QMap knownConnections; QString ipv4_address; -// bool metered = false; bool tethering_on = false; bool ipv4_forward = false;