mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
don't need to call "return;" at end of function
This commit is contained in:
@@ -109,7 +109,6 @@ clearResultsTable(QTableWidget *resultsTable)
|
||||
for (int j=0; j<resultsTable->columnCount(); j++)
|
||||
delete resultsTable->takeItem(i,j);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
@@ -295,5 +294,4 @@ BestIntervalDialog::addClicked()
|
||||
}
|
||||
}
|
||||
mainWindow->updateRideFileIntervals();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user