mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-28 22:43:41 -04:00
Remove "save" statements. They were not needed, and (possibly) led to
program crashes. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@2725 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-2
@@ -17,7 +17,7 @@ float c0[2*1800*1500];
|
||||
WideGraph* g_pWideGraph = NULL;
|
||||
|
||||
QString rev="$Rev$";
|
||||
QString Program_Title_Version=" WSJT-X v0.3, r" + rev.mid(6,4) +
|
||||
QString Program_Title_Version=" WSJT-X v0.4, r" + rev.mid(6,4) +
|
||||
" by K1JT";
|
||||
|
||||
//-------------------------------------------------- MainWindow constructor
|
||||
@@ -182,7 +182,6 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
if(ui->actionCuteSDR->isChecked()) on_actionCuteSDR_triggered();
|
||||
if(ui->actionAFMHot->isChecked()) on_actionAFMHot_triggered();
|
||||
if(ui->actionBlue->isChecked()) on_actionBlue_triggered();
|
||||
|
||||
} // End of MainWindow constructor
|
||||
|
||||
//--------------------------------------------------- MainWindow destructor
|
||||
|
||||
Reference in New Issue
Block a user