From 28a2f8fd37aaa87d3d3418a28f484c87fe8b01aa Mon Sep 17 00:00:00 2001 From: Raquel Alvarez Banos <raquel.alvarez.banos@gmail.com> Date: Thu, 8 Oct 2015 12:17:02 +0100 Subject: [PATCH] Re #13862 Remove unused variable --- MantidQt/CustomInterfaces/src/Muon/ALCInterface.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/MantidQt/CustomInterfaces/src/Muon/ALCInterface.cpp b/MantidQt/CustomInterfaces/src/Muon/ALCInterface.cpp index 9c84f872275..a52e8a9ea46 100644 --- a/MantidQt/CustomInterfaces/src/Muon/ALCInterface.cpp +++ b/MantidQt/CustomInterfaces/src/Muon/ALCInterface.cpp @@ -105,9 +105,6 @@ namespace CustomInterfaces { int next = m_ui.stepView->currentIndex() + 1; - auto nextWidget = m_ui.stepView->widget(next); - assert(nextWidget); - switchStep(next); } -- GitLab