mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
fix unused variable warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -250,7 +250,7 @@ PowerHist::PowerHist():
|
||||
|
||||
zoneLabels = QList <PowerHistZoneLabel *>::QList();
|
||||
|
||||
QwtPlotZoomer* zoomer = new penTooltip(this->canvas());
|
||||
new penTooltip(this->canvas());
|
||||
}
|
||||
|
||||
PowerHist::~PowerHist() {
|
||||
|
||||
Reference in New Issue
Block a user