mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-01 05:32:31 -04:00
Remove unused code.
This commit is contained in:
parent
69f3186b13
commit
232c680a41
@ -825,18 +825,6 @@ void MainWindow::decode() //decode()
|
|||||||
datcom_.ndiskdat=1;
|
datcom_.ndiskdat=1;
|
||||||
int i0=m_path.indexOf(".iq");
|
int i0=m_path.indexOf(".iq");
|
||||||
if(i0>0) {
|
if(i0>0) {
|
||||||
/*
|
|
||||||
// Compute self Doppler using the filename for Date and Time
|
|
||||||
int nyear=m_path.mid(i0-11,2).toInt()+2000;
|
|
||||||
int month=m_path.mid(i0-9,2).toInt();
|
|
||||||
int nday=m_path.mid(i0-7,2).toInt();
|
|
||||||
int nhr=m_path.mid(i0-4,2).toInt();
|
|
||||||
int nmin=m_path.mid(i0-2,2).toInt();
|
|
||||||
double uth=nhr + nmin/60.0;
|
|
||||||
int nfreq=(int)datcom_.fcenter;
|
|
||||||
int ndop00=0;
|
|
||||||
datcom_.ndop00=ndop00; //Send self Doppler to decoder
|
|
||||||
*/
|
|
||||||
fname=m_path.mid(i0-11,11);
|
fname=m_path.mid(i0-11,11);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user