mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-03 02:15:17 -04:00
Remove a poisonous but unused line of code.
This commit is contained in:
parent
1610375eee
commit
494481fa8a
@ -4575,8 +4575,6 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie
|
|||||||
int nw=w.size();
|
int nw=w.size();
|
||||||
if(nw>=4) {
|
if(nw>=4) {
|
||||||
if(message_words.size()<3) return;
|
if(message_words.size()<3) return;
|
||||||
// Temporary? Correct for the fact that message.deCallAndGrid() does not work for EU VHF contest messages
|
|
||||||
QString t=message_words.at(nw-2);
|
|
||||||
int n=w.at(nw-2).toInt();
|
int n=w.at(nw-2).toInt();
|
||||||
if(n>=520001 and n<=592047) {
|
if(n>=520001 and n<=592047) {
|
||||||
hiscall=w.at(1);
|
hiscall=w.at(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user