[System] Cleaned up unused variables and functions

This commit is contained in:
Magne Sjaastad
2015-11-19 07:57:39 +01:00
parent bb8475b0e1
commit 5ac3dea46d
12 changed files with 1 additions and 69 deletions

View File

@@ -317,23 +317,6 @@ RimCaseCollection* RimEclipseCase::parentCaseCollection()
return dynamic_cast<RimCaseCollection*>(this->parentField()->ownerObject());
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimIdenticalGridCaseGroup* RimEclipseCase::parentGridCaseGroup()
{
RimCaseCollection* caseColl = parentCaseCollection();
if (caseColl)
{
return caseColl->parentCaseGroup();
}
else
{
return NULL;
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------