GLScope and GLSpectrum: removed useless calls to cleanup() in destructor

pull/620/head
f4exb 2020-08-25 07:30:10 +02:00
rodzic 0e1e5f7a0b
commit cbf8ef05e6
2 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -90,7 +90,6 @@ GLScope::GLScope(QWidget *parent) : QGLWidget(parent),
GLScope::~GLScope()
{
cleanup();
}
void GLScope::setDisplayGridIntensity(int intensity)

Wyświetl plik

@ -164,8 +164,6 @@ GLSpectrum::GLSpectrum(QWidget* parent) :
GLSpectrum::~GLSpectrum()
{
cleanup();
QMutexLocker mutexLocker(&m_mutex);
if (m_waterfallBuffer)