fix unused variable warnings

This commit is contained in:
Sean Rhea
2009-08-08 10:38:12 -07:00
parent 913b5b6c73
commit e9bae94b83
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ RideFile *CsvFileReader::openRideFile(QFile &file, QStringList &errors) const
else if (lineno > unitsHeader) {
double minutes,nm,kph,watts,km,cad,hr;
int interval;
int counter, pause;
int pause;
if (!ergomo && !iBike) {
minutes = line.section(',', 0, 0).toDouble();
nm = line.section(',', 1, 1).toDouble();

View File

@@ -250,7 +250,7 @@ PowerHist::PowerHist():
zoneLabels = QList <PowerHistZoneLabel *>::QList();
QwtPlotZoomer* zoomer = new penTooltip(this->canvas());
new penTooltip(this->canvas());
}
PowerHist::~PowerHist() {