mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8420 Janitor: Remove empty parameters in initialization macros
This commit is contained in:
@@ -74,9 +74,7 @@ RimCase::RimCase()
|
||||
CAF_PDM_InitFieldNoDefault( &m_2dIntersectionViewCollection,
|
||||
"IntersectionViewCollection",
|
||||
"2D Intersection Views",
|
||||
":/CrossSections16x16.png",
|
||||
"",
|
||||
"" );
|
||||
":/CrossSections16x16.png" );
|
||||
m_2dIntersectionViewCollection.uiCapability()->setUiTreeHidden( true );
|
||||
m_2dIntersectionViewCollection = new Rim2dIntersectionViewCollection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user