mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-05 11:24:17 +03:00
0024857: CLang warnings -Wunused-function
Unused functions were removed.
This commit is contained in:
parent
40f8a31d70
commit
cfa972bac6
@ -71,10 +71,6 @@ static void Write(const TopoDS_Shape& shape,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
inline static Standard_GUID getLine3DNamingVersionID() {
|
|
||||||
static Standard_GUID anID("BB74BAD5-7AAD-44b4-850F-05416F09B28E");
|
|
||||||
return anID;
|
|
||||||
}
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : DNaming_Line3DDriver
|
//function : DNaming_Line3DDriver
|
||||||
//purpose : Constructor
|
//purpose : Constructor
|
||||||
|
@ -483,18 +483,6 @@ static Standard_Integer GetCentroid (Draw_Interpretor& di, Standard_Integer argc
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//=======================================================================
|
|
||||||
//function : doround
|
|
||||||
//purpose : auxilary
|
|
||||||
//=======================================================================
|
|
||||||
|
|
||||||
static inline Standard_Real doround (Standard_Real val, Standard_Real low)
|
|
||||||
{
|
|
||||||
return Abs ( val ) < low ? 0. : val;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
//function : CheckProps
|
//function : CheckProps
|
||||||
//purpose :
|
//purpose :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user