mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0032743: Coding Rules - remove unused class friends of Package classes
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <ShapeBuild.hxx>
|
||||
|
||||
#include <Geom_Plane.hxx>
|
||||
#include <ShapeBuild.hxx>
|
||||
|
||||
//=======================================================================
|
||||
//function : PlaneXOY
|
||||
@@ -28,4 +28,3 @@ Handle(Geom_Plane) ShapeBuild::PlaneXOY()
|
||||
if (xoy.IsNull()) xoy = new Geom_Plane (0,0,1,0);
|
||||
return xoy;
|
||||
}
|
||||
|
||||
|
@@ -39,30 +39,6 @@ public:
|
||||
//! with this support surface
|
||||
Standard_EXPORT static Handle(Geom_Plane) PlaneXOY();
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class ShapeBuild_Vertex;
|
||||
friend class ShapeBuild_Edge;
|
||||
friend class ShapeBuild_ReShape;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _ShapeBuild_HeaderFile
|
||||
|
Reference in New Issue
Block a user