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:
loh.tar 2024-03-24 05:24:47 +01:00
parent 472a864ef9
commit a08c624d62

View file

@ -207,8 +207,6 @@ void ScanResults::updateResults() {
if (selectedBSSID == bssid)
selectedNetwork = item;
}
if (bssid.isEmpty())
break;
}
// Because the result of this resizing...