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:
@@ -90,7 +90,6 @@ GLScope::GLScope(QWidget *parent) : QGLWidget(parent),
|
||||
|
||||
GLScope::~GLScope()
|
||||
{
|
||||
cleanup();
|
||||
}
|
||||
|
||||
void GLScope::setDisplayGridIntensity(int intensity)
|
||||
|
||||
Reference in New Issue
Block a user