diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/MainWindowWidget.ui b/qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/MainWindowWidget.ui
index 2f82e5a54913fbdac16f48ea575075c4cf8fef10..b8572eb1692b8fab7abc2e79736d44ad6dd53b18 100644
--- a/qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/MainWindowWidget.ui
+++ b/qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/MainWindowWidget.ui
@@ -80,7 +80,6 @@
     <property name="title">
      <string>&amp;Tools</string>
     </property>
-    <addaction name="showOptions"/>
     <addaction name="showSlitCalculator"/>
    </widget>
    <addaction name="menuBatch"/>
@@ -96,11 +95,6 @@
     <string>&amp;Load</string>
    </property>
   </action>
-  <action name="showOptions">
-   <property name="text">
-    <string>&amp;Options</string>
-   </property>
-  </action>
   <action name="showSlitCalculator">
    <property name="text">
     <string>&amp;Slit Calculator</string>
diff --git a/qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/QtMainWindowView.cpp b/qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/QtMainWindowView.cpp
index 71794d9eeb242616bf9b8ffb1563fedee8b9f1a5..80f1214c95010cbb6111f2c957ed0534e9e8dbcd 100644
--- a/qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/QtMainWindowView.cpp
+++ b/qt/scientific_interfaces/ISISReflectometry/GUI/MainWindow/QtMainWindowView.cpp
@@ -66,8 +66,6 @@ void QtMainWindowView::initLayout() {
           SLOT(onLoadBatchRequested(bool)));
   connect(m_ui.saveBatch, SIGNAL(triggered(bool)), this,
           SLOT(onSaveBatchRequested(bool)));
-  connect(m_ui.showOptions, SIGNAL(triggered(bool)), this,
-          SLOT(onShowOptionsRequested(bool)));
   connect(m_ui.showSlitCalculator, SIGNAL(triggered(bool)), this,
           SLOT(onShowSlitCalculatorRequested(bool)));