From 9f863444b60c64f578f4e390ac504b19f4d938a2 Mon Sep 17 00:00:00 2001 From: Samuel Jackson Date: Mon, 24 Feb 2014 15:44:40 +0000 Subject: [PATCH] Refs #8820 Remove option from interface. --- .../inc/MantidQtCustomInterfaces/ConvertToEnergy.ui | 7 ------- Code/Mantid/MantidQt/CustomInterfaces/src/Indirect.cpp | 5 ----- 2 files changed, 12 deletions(-) diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ConvertToEnergy.ui b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ConvertToEnergy.ui index 8769268e2a70..7bfe1ee32f37 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ConvertToEnergy.ui +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/ConvertToEnergy.ui @@ -1619,13 +1619,6 @@ p, li { white-space: pre-wrap; } - - - - Create Info Table - - - diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/Indirect.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/Indirect.cpp index f4ecd6c51d0b..609d070be02b 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/Indirect.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/Indirect.cpp @@ -311,11 +311,6 @@ void Indirect::runConvertToEnergy() pyInput += "reducer.set_save_to_cm_1(True)\n"; } - if ( m_uiForm.ckCreateInfoTable->isChecked() ) - { - pyInput += "reducer.create_info_table()\n"; - } - pyInput += "reducer.set_save_formats([" + savePyCode() + "])\n"; pyInput +=