Remove unneeded check
After a little playing, it looks like that will never happens, we will break the loop already at the first check if bss.isEmpty
This commit is contained in:
parent
472a864ef9
commit
a08c624d62
1 changed files with 0 additions and 2 deletions
|
|
@ -207,8 +207,6 @@ void ScanResults::updateResults() {
|
||||||
if (selectedBSSID == bssid)
|
if (selectedBSSID == bssid)
|
||||||
selectedNetwork = item;
|
selectedNetwork = item;
|
||||||
}
|
}
|
||||||
if (bssid.isEmpty())
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Because the result of this resizing...
|
// Because the result of this resizing...
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue