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,11 +14,11 @@
|
||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
||||
// commercial license or contractual agreement.
|
||||
|
||||
#include <IntImpParGen.hxx>
|
||||
|
||||
#include <gp.hxx>
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <IntImpParGen.hxx>
|
||||
#include <IntImpParGen_Tool.hxx>
|
||||
#include <IntRes2d_Domain.hxx>
|
||||
#include <IntRes2d_Position.hxx>
|
||||
@@ -213,12 +213,3 @@ Standard_Boolean IntImpParGen::DetermineTransition(const IntRes2d_Position P
|
||||
}
|
||||
return(Standard_True);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -54,31 +54,6 @@ public:
|
||||
|
||||
Standard_EXPORT static Standard_Real NormalizeOnDomain (Standard_Real& Par1, const IntRes2d_Domain& Dom1);
|
||||
|
||||
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
|
||||
friend class IntImpParGen_ImpTool;
|
||||
friend class IntImpParGen_ImpParTool;
|
||||
friend class IntImpParGen_Intersector;
|
||||
friend class IntImpParGen_MyImpParTool;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif // _IntImpParGen_HeaderFile
|
||||
|
Reference in New Issue
Block a user