From ab65f8e38dc7dd053601c4ae682c34ad27d30e42 Mon Sep 17 00:00:00 2001 From: Elliott Liggett Date: Thu, 18 Aug 2022 20:56:24 -0700 Subject: [PATCH] Finally remembered to remove annoying commented-out code. --- wfmain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/wfmain.cpp b/wfmain.cpp index e381bba..01fe55b 100644 --- a/wfmain.cpp +++ b/wfmain.cpp @@ -3583,7 +3583,6 @@ void wfmain::receiveSpectrumData(QByteArray spectrum, double startFreq, double e if((plotFloor != oldPlotFloor) || (plotCeiling != oldPlotCeiling)) updateRange = true; - //ui->qcp->addGraph(); #if QCUSTOMPLOT_VERSION >= 0x020000 plot->graph(0)->setData(x,y, true);