Revert "Fix the generation of Tx5 message when "hiscall" has suffix /P or /R. Is there a better method?"

Fixed by a later more comprehensive change.

This reverts commit 1df2101b11.
This commit is contained in:
Bill Somerville 2021-06-24 13:00:05 +01:00
parent c40475953c
commit 31a4fac516
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 2 deletions

View File

@ -5534,8 +5534,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
msgtype(t, ui->tx5->lineEdit ());
}
} else {
if (hisCall != hisBase && hisCall != (hisBase+"/P") && hisCall != (hisBase+"/R")
&& SpecOp::HOUND != m_config.special_op_id()) {
if (hisCall != hisBase and SpecOp::HOUND != m_config.special_op_id()) {
if (shortList(hisCall)) {
// cfm we know his full call with a type 1 tx1 message
t = hisCall + " " + my_callsign;