diff --git a/ApplicationCode/ModelVisualization/Riv3dWellLogPlanePartMgr.cpp b/ApplicationCode/ModelVisualization/Riv3dWellLogPlanePartMgr.cpp index 03da723504..8bd67f605e 100644 --- a/ApplicationCode/ModelVisualization/Riv3dWellLogPlanePartMgr.cpp +++ b/ApplicationCode/ModelVisualization/Riv3dWellLogPlanePartMgr.cpp @@ -74,7 +74,6 @@ void Riv3dWellLogPlanePartMgr::append3dWellLogCurvesToModel(cvf::ModelBasicList* for (Rim3dWellLogCurve* rim3dWellLogCurve : rim3dWellLogCurves) { - std::vector vertices = createCurveVertices(rim3dWellLogCurve); cvf::ref drawable = m_3dWellLogCurveGeometryGenerator->createDrawable(vertices, indices); caf::SurfaceEffectGenerator surfaceGen(cvf::Color4f(255, 0, 0, 0.5), caf::PO_1);