From 2f3e96dd46c1b35a38e2882db8d97a43ca333cde Mon Sep 17 00:00:00 2001 From: Jon Beniston Date: Thu, 29 Sep 2022 13:55:46 +0100 Subject: [PATCH] Remove unneeded changes --- plugins/channelrx/chanalyzer/chanalyzergui.cpp | 1 - sdrgui/device/deviceuiset.h | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/channelrx/chanalyzer/chanalyzergui.cpp b/plugins/channelrx/chanalyzer/chanalyzergui.cpp index e785ef745..e32fc95e9 100644 --- a/plugins/channelrx/chanalyzer/chanalyzergui.cpp +++ b/plugins/channelrx/chanalyzer/chanalyzergui.cpp @@ -23,7 +23,6 @@ #include "dsp/dspengine.h" #include "dsp/dspcommands.h" #include "gui/glspectrum.h" -#include "gui/glspectrumview.h" #include "gui/glscope.h" #include "gui/basicchannelsettingsdialog.h" #include "plugin/pluginapi.h" diff --git a/sdrgui/device/deviceuiset.h b/sdrgui/device/deviceuiset.h index fd4484c87..547525206 100644 --- a/sdrgui/device/deviceuiset.h +++ b/sdrgui/device/deviceuiset.h @@ -26,7 +26,6 @@ class SpectrumVis; class GLSpectrum; -class GLSpectrumTop; class GLSpectrumGUI; class MainSpectrumGUI; // class ChannelWindow;