mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3512 System : Remove unused functions
This commit is contained in:
@@ -113,14 +113,6 @@ void RimWellFlowRateCurve::setDoFillCurve(bool doFill)
|
||||
m_doFillCurve = doFill;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
bool RimWellFlowRateCurve::doFillCurve() const
|
||||
{
|
||||
return m_doFillCurve;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -48,7 +48,6 @@ public:
|
||||
int groupId() const;
|
||||
|
||||
void setDoFillCurve(bool doFill);
|
||||
bool doFillCurve() const;
|
||||
|
||||
protected:
|
||||
virtual QString createCurveAutoName() override;
|
||||
|
||||
Reference in New Issue
Block a user