From d3020efdefc82c3f7786811c878299b6d150f4ad Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 27 Jan 2022 10:19:14 -0500 Subject: [PATCH] Remove prototype declaration for a function no longer used. --- widgets/mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 4ffc5c072..4a7c89bf9 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -147,8 +147,6 @@ extern "C" { void morse_(char* msg, int* icw, int* ncw, fortran_charlen_t); - int ptt_(int nport, int ntx, int* iptt, int* nopen); - void wspr_downsample_(short int d2[], int* k); int savec2_(char const * fname, int* TR_seconds, double* dial_freq, fortran_charlen_t);