mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#3512 System : Remove unused functions
This commit is contained in:
@@ -160,21 +160,6 @@ void RicCreateMultipleFracturesFeature::slotClose()
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicCreateMultipleFracturesFeature::slotCancel()
|
||||
{
|
||||
RiuCreateMultipleFractionsUi* multipleFractionsUi = this->multipleFractionsUi();
|
||||
if (multipleFractionsUi)
|
||||
{
|
||||
multipleFractionsUi->readObjectFromXmlString(m_copyOfObject, caf::PdmDefaultObjectFactory::instance());
|
||||
multipleFractionsUi->resolveReferencesRecursively();
|
||||
}
|
||||
|
||||
slotClose();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -51,7 +51,6 @@ private slots:
|
||||
void slotDeleteAndAppendFractures();
|
||||
void slotAppendFractures();
|
||||
void slotClose();
|
||||
void slotCancel();
|
||||
|
||||
private:
|
||||
virtual void onActionTriggered(bool isChecked) override;
|
||||
|
||||
Reference in New Issue
Block a user