kopia lustrzana https://github.com/f4exb/sdrangel
GLScope and GLSpectrum: removed useless calls to cleanup() in destructor
rodzic
0e1e5f7a0b
commit
cbf8ef05e6
|
@ -90,7 +90,6 @@ GLScope::GLScope(QWidget *parent) : QGLWidget(parent),
|
|||
|
||||
GLScope::~GLScope()
|
||||
{
|
||||
cleanup();
|
||||
}
|
||||
|
||||
void GLScope::setDisplayGridIntensity(int intensity)
|
||||
|
|
|
@ -164,8 +164,6 @@ GLSpectrum::GLSpectrum(QWidget* parent) :
|
|||
|
||||
GLSpectrum::~GLSpectrum()
|
||||
{
|
||||
cleanup();
|
||||
|
||||
QMutexLocker mutexLocker(&m_mutex);
|
||||
|
||||
if (m_waterfallBuffer)
|
||||
|
|
Ładowanie…
Reference in New Issue