Index: sources/wifi/WifiInterface.h =================================================================== diff -u -r2e97d4783dc34f6953c3602e607900bca26443ff -rdb52d097addadd2eef6102340778be143ee81df4 --- sources/wifi/WifiInterface.h (.../WifiInterface.h) (revision 2e97d4783dc34f6953c3602e607900bca26443ff) +++ sources/wifi/WifiInterface.h (.../WifiInterface.h) (revision db52d097addadd2eef6102340778be143ee81df4) @@ -90,7 +90,6 @@ bool checkScript(QString &vScript, const QString &vShellScript); QString getTextBetweenDelimiters(const QString &vText, const QString &vLeftDelim, const QString &vRightDelim); QList parseWifiScan(const QString &vOutput); - QList parseWifiScanResult(const QString &vResult); QString parseIP(const QString &vOutput); QString parseBroadcast(const QString &vOutput); QString parseSubnetMask(const QString &vOutput);