From ff05b6b10094de3e27f9d200c0ccdbb2f6cc76c5 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 22 Apr 2014 19:07:02 +0200 Subject: Remove unused basegfx::tools::equal Change-Id: I2fb3121c711dfdd1e2081681864a6f4753960a81 --- include/basegfx/polygon/b2dpolygontools.hxx | 4 ---- include/basegfx/polygon/b3dpolygontools.hxx | 4 ---- 2 files changed, 8 deletions(-) (limited to 'include/basegfx/polygon') diff --git a/include/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx index 8fadce08b0d2..04f20d2d6a6b 100644 --- a/include/basegfx/polygon/b2dpolygontools.hxx +++ b/include/basegfx/polygon/b2dpolygontools.hxx @@ -422,10 +422,6 @@ namespace basegfx */ BASEGFX_DLLPUBLIC B2DPolygon createWaveline(const B2DPolygon& rCandidate, double fWaveWidth, double fWaveHeight); - - // comparators with tolerance for 2D Polygons - BASEGFX_DLLPUBLIC bool equal(const B2DPolygon& rCandidateA, const B2DPolygon& rCandidateB, const double& rfSmallValue); - /** snap some polygon coordinates to discrete coordinates This method allows to snap some polygon points to discrete (integer) values diff --git a/include/basegfx/polygon/b3dpolygontools.hxx b/include/basegfx/polygon/b3dpolygontools.hxx index 46198d313c0a..006851544f07 100644 --- a/include/basegfx/polygon/b3dpolygontools.hxx +++ b/include/basegfx/polygon/b3dpolygontools.hxx @@ -113,10 +113,6 @@ namespace basegfx // and a line given by start and end point BASEGFX_DLLPUBLIC bool getCutBetweenLineAndPlane(const B3DVector& rPlaneNormal, const B3DPoint& rPlanePoint, const B3DPoint& rEdgeStart, const B3DPoint& rEdgeEnd, double& fCut); - - // comparators with tolerance for 3D Polygons - BASEGFX_DLLPUBLIC bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB, const double& rfSmallValue); - /** snap some polygon coordinates to discrete coordinates This method allows to snap some polygon points to discrete (integer) values -- cgit