From c1972fc2ddb308b0d897914ff0b027a4d4917a47 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 5 Dec 2022 19:36:10 -0500 Subject: [PATCH] More removals of unneeded studd, reduce size of id[] array. --- q65w/mainwindow.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/q65w/mainwindow.cpp b/q65w/mainwindow.cpp index 28d426d0e..7f04841ab 100644 --- a/q65w/mainwindow.cpp +++ b/q65w/mainwindow.cpp @@ -19,14 +19,9 @@ #define NFFT 32768 -short int iwave[2*60*12000]; //Wave file for Tx audio -int nwave; //Length of Tx waveform -bool bTune; -bool bIQxt; -double outputLatency; //Latency in seconds int iqAmp; int iqPhase; -qint16 id[4*60*96000]; +qint16 id[2*60*96000]; QSharedMemory mem_m65("mem_m65"); @@ -1233,7 +1228,6 @@ void MainWindow::guiUpdate() m_hsym0=khsym; m_sec0=nsec; } - bIQxt=m_bIQxt; } void MainWindow::lookup() //lookup()