diff --git a/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp b/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp index 2fd99e8ccb99e9dc765dc74c0bb713b5cf5960f8..5dd11e651811c3c146509769838d870c18003433 100644 --- a/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp +++ b/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp @@ -3265,7 +3265,6 @@ void MantidUI::showSequentialPlot(Ui::SequentialFitDialog* ui, MantidQt::MantidW MultiLayer* ml = appWindow()->multilayerPlot(t,colNames,ui->cbCurveType->currentIndex()); // set plot titles Graph* g = ml->activeGraph(); - // THIS SECTION NEEDS TO BE FIXED REF #11710 if (g) { if (ui->ckbLogPlot->isChecked())