0032743: Coding Rules - remove unused class friends of Package classes
[occt.git] / src / Intf / Intf.hxx
index f52e7db..72dccb0 100644 (file)
@@ -49,35 +49,6 @@ public:
   //! Compute if the triangle <P1> <P2> <P3> contain <ThePnt>.
   Standard_EXPORT static Standard_Boolean Contain (const gp_Pnt& P1, const gp_Pnt& P2, const gp_Pnt& P3, const gp_Pnt& ThePnt);
 
-
-
-
-protected:
-
-
-
-
-
-private:
-
-
-
-
-friend class Intf_Polygon2d;
-friend class Intf_SectionPoint;
-friend class Intf_SectionLine;
-friend class Intf_TangentZone;
-friend class Intf_Interference;
-friend class Intf_Tool;
-friend class Intf_InterferencePolygon2d;
-friend class Intf_InterferencePolygonPolyhedron;
-
 };
 
-
-
-
-
-
-
 #endif // _Intf_HeaderFile