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:
Joe Taylor
2012-07-07 15:56:31 +00:00
parent 2393e3eecd
commit a09cd784af
3 changed files with 2 additions and 36 deletions
+2 -2
View File
@@ -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();