0031004: Coding - eliminate warnings issued by gcc 9.1.0
[occt.git] / src / HatchGen / HatchGen_PointOnElement.cxx
index dab4ddd..c2679a5 100644 (file)
@@ -34,23 +34,6 @@ HatchGen_PointOnElement::HatchGen_PointOnElement () :
 // Purpose  : Constructor.
 //=======================================================================
 
-HatchGen_PointOnElement::HatchGen_PointOnElement (const HatchGen_PointOnElement& Point)
-{
-  myIndex  = Point.myIndex ;
-  myParam  = Point.myParam ;
-  myPosit  = Point.myPosit ;
-  myBefore = Point.myBefore ;
-  myAfter  = Point.myAfter ;
-  mySegBeg = Point.mySegBeg ;
-  mySegEnd = Point.mySegEnd ;
-  myType   = Point.myType ;
-}
-
-//=======================================================================
-// Function : HatchGen_PointOnElement
-// Purpose  : Constructor.
-//=======================================================================
-
 HatchGen_PointOnElement::HatchGen_PointOnElement (const IntRes2d_IntersectionPoint& Point)
 {
   const IntRes2d_Transition& TrsH = Point.TransitionOfFirst() ;