summaryrefslogtreecommitdiff
path: root/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-03-02 01:58:12 +0800
committerTor Lillqvist <tlillqvist@suse.com>2012-03-01 20:17:14 +0200
commite8dbf6840ca118222ad95856dc7ea06eaffc3b66 (patch)
tree9444cd4a544170ad205ae0cd90aa4882d2160d2e /basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
parentbd205223ec029a875c662474bb6d423d3cdd1994 (diff)
Remove unused code
Diffstat (limited to 'basegfx/inc/basegfx/polygon/b3dpolygontools.hxx')
-rw-r--r--basegfx/inc/basegfx/polygon/b3dpolygontools.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx b/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
index 9d66ca5c117e..c94495ed7504 100644
--- a/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
+++ b/basegfx/inc/basegfx/polygon/b3dpolygontools.hxx
@@ -76,9 +76,6 @@ namespace basegfx
// get area of polygon
BASEGFX_DLLPUBLIC double getArea(const ::basegfx::B3DPolygon& rCandidate);
- // get length of polygon edge from point nIndex to nIndex + 1
- BASEGFX_DLLPUBLIC double getEdgeLength(const B3DPolygon& rCandidate, sal_uInt32 nIndex);
-
// get length of polygon
BASEGFX_DLLPUBLIC double getLength(const B3DPolygon& rCandidate);