Janitor: Remove deprecated method.

This commit is contained in:
Kristian Bendiksen
2023-09-11 15:12:18 +02:00
committed by Magne Sjaastad
parent 5ecf621357
commit 1899184a41
38 changed files with 109 additions and 195 deletions

View File

@@ -58,9 +58,7 @@ void RicShowMainWindowFeature::showMainWindow()
// When the main window is created, make sure all the views are loaded and displayed
std::vector<RimCase*> allGridModels;
RimProject::current()->allCases( allGridModels );
std::vector<RimCase*> allGridModels = RimProject::current()->allGridCases();
for ( RimCase* gridModel : allGridModels )
{
if ( gridModel )