Skip to content
Snippets Groups Projects
Unverified Commit baf96215 authored by Ian Bush's avatar Ian Bush Committed by GitHub
Browse files

Merge pull request #22847 from samueljackson92/fix-unused-variable-warning-mufitdata

Fix unused-variable warning in MuonFitDataSelector
parents c27545d9 431d1792
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,6 @@ void MuonFitDataSelector::setWorkspaceDetails(
* Defaults copy those previously used in muon fit property browser
*/
void MuonFitDataSelector::setDefaultValues() {
const QChar muMicro{0x03BC}; // mu in Unicode
this->setStartTime(0.0);
this->setEndTime(0.0);
m_ui.txtSimFitLabel->setText("0");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment