Salome HOME
Get rid of compilation warnings. Part II. MSVC warnings.
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.cpp
index d990b3f544eea33b6efb0b7da29de65ea3429286..9b1744d325f2f3c66fc1c06994a6cadd938772b9 100644 (file)
@@ -304,8 +304,7 @@ std::list<std::shared_ptr<GeomAPI_Vertex> >
     }
   }
 
-  return GeomAlgoAPI_ShapeTools::intersect(anEdge, aFace,
-    aPlaneSelection->context()->groupName() == ModelAPI_ResultConstruction::group());
+  return GeomAlgoAPI_ShapeTools::intersect(anEdge, aFace);
 }
 
 //==================================================================================================