#2431 : Remove RivWellPathPartMgr from RimWellPath

This commit is contained in:
Magne Sjaastad
2018-02-05 14:25:44 +01:00
parent cd575ef9c1
commit df231ab50a
2 changed files with 0 additions and 26 deletions

View File

@@ -42,8 +42,6 @@
#include "RiuMainWindow.h"
#include "RivWellPathPartMgr.h"
#include "cafPdmUiTreeOrdering.h"
#include "cafUtils.h"
@@ -300,24 +298,6 @@ const RigWellPath* RimWellPath::wellPathGeometry() const
return m_wellPath.p();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RivWellPathPartMgr* RimWellPath::partMgr()
{
/*
if (m_wellPathPartMgr.isNull())
{
RimWellPathCollection* wpColl;
this->firstAncestorOrThisOfType(wpColl);
if (wpColl) m_wellPathPartMgr = new RivWellPathPartMgr(this);
}
return m_wellPathPartMgr.p();
*/
return nullptr;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------