#1305 Removed excess function

This commit is contained in:
Magne Sjaastad
2017-03-09 08:11:01 +01:00
parent 1309c25058
commit fc5a44bf3a
3 changed files with 3 additions and 10 deletions

View File

@@ -207,14 +207,6 @@ RimSummaryCase* RimSummaryCurve::summaryCase()
return m_summaryCase();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimSummaryCurve::setVariable(QString varName)
{
setSummaryAddress(RifEclipseSummaryAddress::fieldVarAddress(varName.toStdString()));
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------