mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove call of resolveReferencesRecursively() from initAfterRead
Fixes by clang-format
This commit is contained in:
@@ -435,7 +435,6 @@ void RimSeismicSection::updateVisualization()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimSeismicSection::initAfterRead()
|
||||
{
|
||||
resolveReferencesRecursively();
|
||||
if ( m_seismicData != nullptr )
|
||||
{
|
||||
m_seismicData->legendConfig()->changed.connect( this, &RimSeismicSection::onLegendConfigChanged );
|
||||
|
||||
Reference in New Issue
Block a user