Remove obsolete code

This commit is contained in:
Jacob Støren
2018-02-06 14:39:19 +01:00
parent 69cc77e026
commit 59b0a4bd1e
4 changed files with 1 additions and 6 deletions

View File

@@ -231,8 +231,7 @@ void RivWellPathPartMgr::buildWellPathParts(const caf::DisplayCoordTransform* di
m_pipeGeomGenerator = new RivPipeGeometryGenerator;
m_pipeGeomGenerator->setRadius(wellPathRadius);
m_pipeGeomGenerator->setCrossSectionVertexCount(wellPathCollection->wellPathCrossSectionVertexCount());
m_pipeGeomGenerator->setPipeColor( m_rimWellPath->wellPathColor());
m_pipeGeomGenerator->setCrossSectionVertexCount(wellPathCollection->wellPathCrossSectionVertexCount());
cvf::ref<cvf::Vec3dArray> cvfCoords = new cvf::Vec3dArray;
if (wellPathCollection->wellPathClip)