mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-23 10:34:21 -04:00
Removing more unused code.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/jtms3@2500 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@ WideGraph::WideGraph(QWidget *parent) :
|
||||
int w = settings.value("PlotWidth",1000).toInt();
|
||||
ui->freqSpanSpinBox->setValue(n);
|
||||
// ui->widePlot->setNSpan(n);
|
||||
int nbpp = n * 32768.0/(w*96.0) + 0.5;
|
||||
ui->widePlot->setBinsPerPixel(nbpp);
|
||||
// int nbpp = n * 32768.0/(w*96.0) + 0.5;
|
||||
// ui->widePlot->setBinsPerPixel(nbpp);
|
||||
m_waterfallAvg = settings.value("WaterfallAvg",10).toInt();
|
||||
ui->waterfallAvgSpinBox->setValue(m_waterfallAvg);
|
||||
settings.endGroup();
|
||||
|
||||
Reference in New Issue
Block a user