diff --git a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/IndirectDataReduction.ui b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/IndirectDataReduction.ui index a5ba958a33cc..68b86d9a7132 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/IndirectDataReduction.ui +++ b/Code/Mantid/MantidQt/CustomInterfaces/inc/MantidQtCustomInterfaces/IndirectDataReduction.ui @@ -2296,11 +2296,6 @@ Later steps in the process (saving, renaming) will not be done. Parallelepiped (SofQW2) - - - Parallelepiped/Fractional Area (SofQW3) - - diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectSqw.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectSqw.cpp index b35252c05c50..4d7de60347a5 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectSqw.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectSqw.cpp @@ -184,8 +184,6 @@ namespace CustomInterfaces sqwAlg = AlgorithmManager::Instance().create("SofQW"); else if(rebinType == "Parallelepiped (SofQW2)") sqwAlg = AlgorithmManager::Instance().create("SofQW2"); - else if(rebinType == "Parallelepiped/Fractional Area (SofQW3)") - sqwAlg = AlgorithmManager::Instance().create("SofQW3"); // S(Q, w) algorithm sqwAlg->initialize();