mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user