#2214 Summary Source Stepping : Remove obsolete code

This commit is contained in:
Magne Sjaastad
2017-12-04 12:30:00 +01:00
parent c90715d038
commit aa9a2b2e2e
6 changed files with 18 additions and 174 deletions

View File

@@ -244,22 +244,6 @@ void RimSummaryCurveCollection::setCurrentSummaryCurve(RimSummaryCurve* curve)
updateConnectedEditors();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimSummaryCurveCollection::applyNextIdentifier()
{
m_ySourceStepping->applyNextIdentifier();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimSummaryCurveCollection::applyPreviousIdentifier()
{
m_ySourceStepping->applyPreviousIdentifier();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------