Remove call of resolveReferencesRecursively() from initAfterRead

Fixes by clang-format
This commit is contained in:
Magne Sjaastad
2023-10-13 14:44:55 +02:00
parent 69b513bcb1
commit 57aa033809
3 changed files with 0 additions and 10 deletions

View File

@@ -184,14 +184,6 @@ void RimPolygonFilter::updateVisualization()
filterChanged.send();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimPolygonFilter::initAfterRead()
{
resolveReferencesRecursively();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -95,7 +95,6 @@ public:
protected:
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
void defineUiOrdering( QString uiConfigName, caf::PdmUiOrdering& uiOrdering ) override;
void initAfterRead() override;
QString fullName() const override;

View File

@@ -435,7 +435,6 @@ void RimSeismicSection::updateVisualization()
//--------------------------------------------------------------------------------------------------
void RimSeismicSection::initAfterRead()
{
resolveReferencesRecursively();
if ( m_seismicData != nullptr )
{
m_seismicData->legendConfig()->changed.connect( this, &RimSeismicSection::onLegendConfigChanged );