Skip to content
Snippets Groups Projects
Commit 28a2f8fd authored by Raquel Alvarez Banos's avatar Raquel Alvarez Banos
Browse files

Re #13862 Remove unused variable

parent 0b4a3bbf
No related merge requests found
......@@ -105,9 +105,6 @@ namespace CustomInterfaces
{
int next = m_ui.stepView->currentIndex() + 1;
auto nextWidget = m_ui.stepView->widget(next);
assert(nextWidget);
switchStep(next);
}
......
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