mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Remove some obsolete, commented-out code.
This commit is contained in:
parent
00abc81a00
commit
800ed045b6
@ -793,9 +793,6 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
||||
|
||||
for(int i=0; i<19; i++) { //Initialize dBm values
|
||||
float dbm=(10.0*i)/3.0;
|
||||
// int ndbm=0;
|
||||
// if(dbm<0) ndbm=int(dbm-0.5);
|
||||
// if(dbm>=0) ndbm=int(dbm+0.5);
|
||||
int ndbm=int(dbm+0.5);
|
||||
QString t;
|
||||
t.sprintf("%d dBm ",ndbm);
|
||||
|
Loading…
Reference in New Issue
Block a user