summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b3dpolygontools.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/polygon/b3dpolygontools.cxx')
-rw-r--r--basegfx/source/polygon/b3dpolygontools.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/basegfx/source/polygon/b3dpolygontools.cxx b/basegfx/source/polygon/b3dpolygontools.cxx
index 10e35813fffa..62904d6b4c1d 100644
--- a/basegfx/source/polygon/b3dpolygontools.cxx
+++ b/basegfx/source/polygon/b3dpolygontools.cxx
@@ -72,11 +72,6 @@ namespace basegfx
return aRetval;
}
- B3DVector getNormal(const B3DPolygon& rCandidate)
- {
- return rCandidate.getNormal();
- }
-
double getLength(const B3DPolygon& rCandidate)
{
double fRetval(0.0);