From 68d3cab1d7aa2df30376fa56b764102ad2543d13 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 21 Oct 2018 16:04:57 -0400 Subject: [PATCH] Don't need parse77() any more, so remove it. --- CMakeLists.txt | 1 - mainwindow.cpp | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 29e90a2fc..ab92873b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -514,7 +514,6 @@ set (wsjt_FSRCS lib/ft8/osd174.f90 lib/wsprd/osdwspr.f90 lib/ft8/osd174_91.f90 - lib/77bit/parse77.f90 lib/pctile.f90 lib/peakdt9.f90 lib/peakup.f90 diff --git a/mainwindow.cpp b/mainwindow.cpp index 0a2e031b9..345287092 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -82,8 +82,6 @@ extern "C" { void genft8_(char* msg, int* i3, int* n3, int* isync, char* msgsent, char ft8msgbits[], int itone[], fortran_charlen_t, fortran_charlen_t); - void parse77_(char* msg, int* i3, int* n3, fortran_charlen_t); - void gen4_(char* msg, int* ichk, char* msgsent, int itone[], int* itext, fortran_charlen_t, fortran_charlen_t); @@ -3535,20 +3533,6 @@ void MainWindow::guiUpdate() if(m_config.bFox() and ui->tabWidget->currentIndex()==2) { foxTxSequencer(); } else { - parse77_(message, &m_i3, &m_n3, 37); - int ichk=1,itype=-1; - gen65_(message,&ichk,msgsent,const_cast(itone0),&itype,22,22); - /* - * itype: - * 1 Std msg - * 2 Type 1 prefix - * 3 Type 1 suffix - * 4 Type 2 prefix - * 5 Type 2 suffix - * 6 Free Text - * 7 Hashed calls (MSK144 short format) - */ - m_isync=2; m_i3=0; char ft8msgbits[77];