#1559 Remove unused existing export completions commands

This commit is contained in:
Bjørnar Grip Fjær
2017-06-12 12:53:33 +02:00
parent a2de4efb66
commit 2a4f05f995
8 changed files with 0 additions and 492 deletions

View File

@@ -345,10 +345,6 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicNewSimWellIntersectionFeature";
commandIds << "RicShowWellAllocationPlotFeature";
}
else if (dynamic_cast<RimEclipseWellCollection*>(uiItem))
{
commandIds << "RicExportSimWellFractureWellCompletionFeature";
}
else if(dynamic_cast<RimFormationNames*>(uiItem))
{
commandIds << "RicImportFormationNamesFeature";
@@ -492,7 +488,6 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
commandIds << "RicEclipseWellShowWellCellFenceFeature";
commandIds << "Separator";
commandIds << "RicNewSimWellFractureFeature";
commandIds << "RicExportSelectedSimWellFractureWellCompletionFeature";
}
}