diff --git a/WSJT-X_Quick_Start_Guide.docx b/WSJT-X_Quick_Start_Guide.docx index 0dddcbc18..902e49c40 100644 Binary files a/WSJT-X_Quick_Start_Guide.docx and b/WSJT-X_Quick_Start_Guide.docx differ diff --git a/mainwindow.cpp b/mainwindow.cpp index 3aa5d4a52..2465eecdc 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//---------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h" diff --git a/soundout.cpp b/soundout.cpp index 6cfc7b469..355c5b3ce 100644 --- a/soundout.cpp +++ b/soundout.cpp @@ -39,12 +39,10 @@ extern "C" int d2aCallback(const void *inputBuffer, void *outputBuffer, static double snr; static double fac; static int ic=0; - static int ncall=0; static int isym0=-99; static short int i2; int isym; - ncall++; if(udata->bRestart) { // Time according to this computer qint64 ms = QDateTime::currentMSecsSinceEpoch() % 86400000;