mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-07 15:47:51 -04:00
remove incorrect check
This commit is contained in:
parent
115f850cd1
commit
0eaf3360d8
@ -10151,10 +10151,7 @@ list1Done:
|
|||||||
if(list2.size()==m_Nslots) {
|
if(list2.size()==m_Nslots) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(m_foxQSO.count()>=5*3 /* could have 5 slots * 3 states ([0-2],4,5) */) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
list2Done:
|
list2Done:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user