Do not delete objects in destructor

p4#: 20965
This commit is contained in:
Magne Sjaastad 2013-03-19 11:27:27 +01:00
parent 414172cf78
commit 19e2adc1bf

View File

@ -40,7 +40,6 @@ PdmObjectGroup::PdmObjectGroup()
//--------------------------------------------------------------------------------------------------
PdmObjectGroup::~PdmObjectGroup()
{
deleteObjects();
}
//--------------------------------------------------------------------------------------------------