1
0
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:
ski 2014-04-18 15:15:21 +04:00 committed by abv
parent 40f8a31d70
commit cfa972bac6
2 changed files with 0 additions and 16 deletions

View File

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

View File

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