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:
@@ -137,13 +137,7 @@ Rim3dView::Rim3dView()
|
||||
CAF_PDM_InitField( &meshMode, "MeshMode", defaultMeshType, "Grid Lines" );
|
||||
CAF_PDM_InitFieldNoDefault( &surfaceMode, "SurfaceMode", "Grid Surface" );
|
||||
|
||||
CAF_PDM_InitScriptableField( &m_showGridBox,
|
||||
"ShowGridBox",
|
||||
RiaPreferences::current()->showGridBox(),
|
||||
"Show Grid Box",
|
||||
"",
|
||||
"",
|
||||
"" );
|
||||
CAF_PDM_InitScriptableField( &m_showGridBox, "ShowGridBox", RiaPreferences::current()->showGridBox(), "Show Grid Box" );
|
||||
|
||||
CAF_PDM_InitScriptableField( &m_disableLighting,
|
||||
"DisableLighting",
|
||||
|
||||
Reference in New Issue
Block a user