mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Don't save and restore FFTW wisdom in QMAP.
This commit is contained in:
parent
6dc971d304
commit
2584b5ef3b
@ -109,8 +109,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
memset(ipc_wsjtx,0,memSize); //Zero all of shared memory
|
||||
mem_qmap.unlock();
|
||||
|
||||
fftwf_import_wisdom_from_filename (QDir {m_appDir}.absoluteFilePath ("qmap_wisdom.dat").toLocal8Bit ());
|
||||
|
||||
// fftwf_import_wisdom_from_filename (QDir {m_appDir}.absoluteFilePath ("qmap_wisdom.dat").toLocal8Bit ());
|
||||
readSettings(); //Restore user's setup params
|
||||
|
||||
m_pbdecoding_style1="QPushButton{background-color: cyan; \
|
||||
@ -199,7 +198,7 @@ MainWindow::~MainWindow()
|
||||
soundInThread.quit();
|
||||
soundInThread.wait(3000);
|
||||
}
|
||||
fftwf_export_wisdom_to_filename (QDir {m_appDir}.absoluteFilePath ("qmap_wisdom.dat").toLocal8Bit ());
|
||||
// fftwf_export_wisdom_to_filename (QDir {m_appDir}.absoluteFilePath ("qmap_wisdom.dat").toLocal8Bit ());
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user