mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: Remove deprecated method.
This commit is contained in:
committed by
Magne Sjaastad
parent
5ecf621357
commit
1899184a41
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user