Janitor: Remove obsolete code

This commit is contained in:
Magne Sjaastad
2021-12-08 10:58:15 +01:00
parent 033cc4f1b7
commit bf7917ab7c
15 changed files with 0 additions and 74 deletions

View File

@@ -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 );