#3512 System : Remove unused functions

This commit is contained in:
Magne Sjaastad
2018-10-18 15:40:11 +02:00
parent 766fea603e
commit 726658d642
24 changed files with 26 additions and 331 deletions

View File

@@ -113,14 +113,6 @@ void RimWellFlowRateCurve::setDoFillCurve(bool doFill)
m_doFillCurve = doFill;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
bool RimWellFlowRateCurve::doFillCurve() const
{
return m_doFillCurve;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -48,7 +48,6 @@ public:
int groupId() const;
void setDoFillCurve(bool doFill);
bool doFillCurve() const;
protected:
virtual QString createCurveAutoName() override;