#3565 Cell Edge : Remove explicit delete, handled by destructor of child field

This commit is contained in:
Magne Sjaastad 2018-10-25 22:14:37 +02:00
parent 47f3004cd0
commit fb57cf048d

View File

@ -82,8 +82,6 @@ RimCellEdgeColors::RimCellEdgeColors()
//--------------------------------------------------------------------------------------------------
RimCellEdgeColors::~RimCellEdgeColors()
{
delete m_legendConfig();
delete m_singleVarEdgeResultColors;
}
//--------------------------------------------------------------------------------------------------