From 8854643a0a964f6aa511013c6ab31ed198c74e86 Mon Sep 17 00:00:00 2001 From: Zsolt Bölöny Date: Thu, 4 Jun 2015 10:45:08 +0200 Subject: Removed getNormal() from polygontools, it just calls B3DPolygon::getNormal() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5a59ff8e0db1aee52d0b683c9c64e4b18b64e66b Reviewed-on: https://gerrit.libreoffice.org/16077 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basegfx/source/polygon/b3dpolygontools.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'basegfx/source/polygon/b3dpolygontools.cxx') 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); -- cgit