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:
@@ -60,7 +60,7 @@ void AppEnum<RimTensorResults::ScaleMethod>::setUp()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimTensorResults::RimTensorResults()
|
||||
{
|
||||
CAF_PDM_InitObject( "Element Tensor Results", ":/CellResult.png", "", "" );
|
||||
CAF_PDM_InitObject( "Element Tensor Results", ":/CellResult.png" );
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &arrowColorLegendConfig, "LegendDefinition", "Color Legend" );
|
||||
this->arrowColorLegendConfig = new RimRegularLegendConfig();
|
||||
|
||||
Reference in New Issue
Block a user