mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: Remove obsolete code
This commit is contained in:
@@ -477,11 +477,6 @@ void RimProject::setProjectFileNameAndUpdateDependencies( const QString& project
|
||||
cases[i]->updateFilePathsFromProjectPath( newProjectPath, oldProjectPath );
|
||||
}
|
||||
|
||||
for ( RimSummaryCase* summaryCase : allSummaryCases() )
|
||||
{
|
||||
summaryCase->updateFilePathsFromProjectPath( newProjectPath, oldProjectPath );
|
||||
}
|
||||
|
||||
// Update path to well path file cache
|
||||
for ( RimOilField* oilField : oilFields )
|
||||
{
|
||||
@@ -494,10 +489,6 @@ void RimProject::setProjectFileNameAndUpdateDependencies( const QString& project
|
||||
{
|
||||
oilField->formationNamesCollection()->updateFilePathsFromProjectPath( newProjectPath, oldProjectPath );
|
||||
}
|
||||
if ( oilField->summaryCaseMainCollection() != nullptr )
|
||||
{
|
||||
oilField->summaryCaseMainCollection()->updateFilePathsFromProjectPath( newProjectPath, oldProjectPath );
|
||||
}
|
||||
|
||||
CVF_ASSERT( oilField->fractureDefinitionCollection() );
|
||||
oilField->fractureDefinitionCollection()->updateFilePathsFromProjectPath( newProjectPath, oldProjectPath );
|
||||
|
||||
Reference in New Issue
Block a user