1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-09 01:14:58 -04:00

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

This commit is contained in:
f4exb
2020-08-25 07:30:10 +02:00
parent 677448ee7d
commit 31d1c7fc08
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -90,7 +90,6 @@ GLScope::GLScope(QWidget *parent) : QGLWidget(parent),
GLScope::~GLScope()
{
cleanup();
}
void GLScope::setDisplayGridIntensity(int intensity)