1
0
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:
kgv
2021-12-19 11:29:36 +03:00
committed by smoskvin
parent 1bc34debc1
commit ce7fe22d97
190 changed files with 87 additions and 4181 deletions

View File

@@ -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;
}

View File

@@ -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