0024096: Eliminate compiler warning C4505 in MSVC++ with warning level 4

Removed obsolete functions from sources.
Some useful debug functions were 'defined' ( put into #ifdef ...#endif )
Removed some redundant code
This commit is contained in:
omy
2013-08-02 09:54:03 +04:00
committed by bugmaster
parent 7ff8f0197e
commit 4e18e72a22
59 changed files with 80 additions and 3093 deletions

View File

@@ -54,13 +54,6 @@
#include <GeomLib.hxx>
#include <GeomAPI_Interpolate.hxx>
static Standard_Boolean IsClosed(const TopoDS_Wire& aWire)
{
TopoDS_Vertex V1, V2;
TopExp::Vertices(aWire, V1, V2);
return (V1.IsSame(V2));
}
static Standard_Boolean IsLinear(const TopoDS_Edge& anEdge,
gp_Lin& aLine)
{