Skip to content

Commit

Permalink
Refs #8820 Remove option from interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Feb 24, 2014
1 parent e8f39c6 commit 9f86344
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Expand Up @@ -1619,13 +1619,6 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="ckCreateInfoTable">
<property name="text">
<string>Create Info Table</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_23">
<item>
Expand Down
5 changes: 0 additions & 5 deletions Code/Mantid/MantidQt/CustomInterfaces/src/Indirect.cpp
Expand Up @@ -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 +=
Expand Down

0 comments on commit 9f86344

Please sign in to comment.