diff --git a/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx b/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx index 6fd20454f..27056c52c 100644 --- a/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx +++ b/src/GEOMImpl/GEOMImpl_Block6Explorer.cxx @@ -1211,12 +1211,10 @@ void GEOMImpl_Block6Explorer::MakeFace (const TopoDS_Wire& theWire, for (; wexpl.More(); wexpl.Next()) { if (!p1set) { p1set = true; - is3Pnts = true; - p1 = BRep_Tool::Pnt(wexpl.CurrentVertex()); + p1 = BRep_Tool::Pnt(wexpl.CurrentVertex()); } else if (!p2set) { p2set = true; - is3Pnts = true; p2 = BRep_Tool::Pnt(wexpl.CurrentVertex()); } else if (!p3set) {