diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataAnalysis.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataAnalysis.cpp index caf16924debf7d301a440e865f824884a9638d9a..ede5d3fe56196a16dde8464741046c7c045e65da 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataAnalysis.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataAnalysis.cpp @@ -1816,8 +1816,6 @@ void IndirectDataAnalysis::furyfitContextMenu(const QPoint &) void IndirectDataAnalysis::ffFixItem() { - m_uiForm.tabWidget->currentPageIndex(); - // Determine what the property is. QtBrowserItem* item = m_ffTree->currentItem(); QtProperty* prop = item->property();