0032743: Coding Rules - remove unused class friends of Package classes
[occt.git] / src / BRepClass3d / BRepClass3d.hxx
index 333eea5..2fb5030 100644 (file)
@@ -38,32 +38,6 @@ public:
   //! If <S> has only one shell, then it will return, without checking orientation.
   Standard_EXPORT static TopoDS_Shell OuterShell (const TopoDS_Solid& S);
 
-
-
-
-protected:
-
-
-
-
-
-private:
-
-
-
-
-friend class BRepClass3d_Intersector3d;
-friend class BRepClass3d_SolidExplorer;
-friend class BRepClass3d_SolidPassiveClassifier;
-friend class BRepClass3d_SClassifier;
-friend class BRepClass3d_SolidClassifier;
-
 };
 
-
-
-
-
-
-
 #endif // _BRepClass3d_HeaderFile