mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed unused action
This commit is contained in:
parent
45ec9543c7
commit
b0aac08827
@ -562,11 +562,6 @@ void RimProject::actionsBasedOnSelection(std::vector<QAction*>& actions)
|
||||
{
|
||||
actions.push_back(commandManager->action("RicEclipseCellResultSave"));
|
||||
}
|
||||
// MODTODO: Make sure that "Custom Fault Result" appears in the treeview
|
||||
else if (dynamic_cast<RimEclipseFaultColors*>(uiItem))
|
||||
{
|
||||
actions.push_back(commandManager->action("RicEclipseFaultResultSave"));
|
||||
}
|
||||
else if (dynamic_cast<RimCellRangeFilterCollection*>(uiItem))
|
||||
{
|
||||
actions.push_back(commandManager->action("RicRangeFilterNew"));
|
||||
|
Loading…
Reference in New Issue
Block a user