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:
@@ -82,14 +82,6 @@ void RimSummaryCaseCollection::removeCase(RimSummaryCase* summaryCase)
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimSummaryCaseCollection::deleteAllCases()
|
||||
{
|
||||
m_cases.deleteAllChildObjects();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -65,7 +65,6 @@ public:
|
||||
virtual ~RimSummaryCaseCollection();
|
||||
|
||||
void removeCase(RimSummaryCase* summaryCase);
|
||||
void deleteAllCases();
|
||||
void addCase(RimSummaryCase* summaryCase, bool updateCurveSets = true);
|
||||
virtual std::vector<RimSummaryCase*> allSummaryCases() const;
|
||||
void setName(const QString& name);
|
||||
|
||||
Reference in New Issue
Block a user