X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=src%2FIntf%2FIntf_TangentZone.hxx;h=d00819421c8cc6f18cbd7889fb05bb5ef8c5d46d;hb=158f2931a747cdf847b531856376ddaaa2b48880;hpb=4b59685af18d44d7d87c6d2a6388ff7b6b860908 diff --git a/src/Intf/Intf_TangentZone.hxx b/src/Intf/Intf_TangentZone.hxx index 9e55b6bebb..d00819421c 100644 --- a/src/Intf/Intf_TangentZone.hxx +++ b/src/Intf/Intf_TangentZone.hxx @@ -81,10 +81,7 @@ Standard_Boolean operator == (const Intf_TangentZone& Other) const //! Builds an empty tangent zone. Standard_EXPORT Intf_TangentZone(); - - //! Copies a Tangent zone. - Standard_EXPORT Intf_TangentZone(const Intf_TangentZone& Other); - + //! Adds a SectionPoint to the TangentZone. Standard_EXPORT void Append (const Intf_SectionPoint& Pi);