Remove more vestiges of JT9+JT65 mode.

This commit is contained in:
Joe Taylor 2021-07-19 09:38:06 -04:00
parent 8e64184183
commit 30286b2261
4 changed files with 0 additions and 6 deletions

View File

@ -7,7 +7,6 @@ JT4 11101000000011000011000000000000000000
JT4/VHF 11111001001011011011110000000000000000
JT9 11101000000011100001000000000000100000
JT9/VHF 11111010100011111001000000000000000000
JT9+JT65 11101000000111100001000000000000100000
JT65 11101000000011100001000000000000100000
JT65/VHF 11111001000011011010110001000000000000
Q65 11111101011011010011100000010000000011

View File

@ -17,7 +17,6 @@ set (SAMPLE_FILES
JT65/JT65B/000000_0005.wav
JT65/JT65B/000000_0006.wav
JT65/JT65B/000000_0007.wav
JT9+JT65/130610_2343.wav
JT9/130418_1742.wav
MSK144/181211_120500.wav
MSK144/181211_120800.wav

Binary file not shown.

View File

@ -453,10 +453,6 @@ void DisplayText::displayDecodedText(DecodedText const& decodedText, QString con
// if enabled add the DXCC entity and B4 status to the end of the
// preformated text line t1
auto currentMode = mode;
if ("JT9+JT65" == mode)
{
currentMode = decodedText.isJT65 () ? "JT65" : "JT9";
}
message = appendWorkedB4 (message, decodedText.CQersCall(), dxGrid, &bg, &fg
, logBook, currentBand, currentMode, extra);
}