From 7b9d784a64e6af7d4950a7e0c29151637597ae1e Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 17 Jan 2022 22:45:19 +0100 Subject: [PATCH] AnalyzerBase: Remove obsolete code --- src/analyzer/analyzerbase.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/analyzer/analyzerbase.cpp b/src/analyzer/analyzerbase.cpp index 453089098..de00a8d2f 100644 --- a/src/analyzer/analyzerbase.cpp +++ b/src/analyzer/analyzerbase.cpp @@ -47,14 +47,7 @@ // // TODO: // Make an INSTRUCTIONS file -// can't mod scope in analyze you have to use transform -// for 2D use setErasePixmap Qt function insetead of m_background - -// make the linker happy only for gcc < 4.0 -#if !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 0)) && \ - !defined(Q_OS_WIN32) -template class Analyzer::Base; -#endif +// can't mod scope in analyze you have to use transform for 2D use setErasePixmap Qt function insetead of m_background Analyzer::Base::Base(QWidget *parent, const uint scopeSize) : QWidget(parent),