diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-19 15:41:32 +0800 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2012-02-19 14:17:47 +0400 |
commit | af79fcb204efeafb48659ed4a97433b7e2cc2f84 (patch) | |
tree | 31f442490487e81404c340ebd6927cf5faca26f5 /unusedcode.easy | |
parent | cae6ca15d6327a7ff0471c7b15dbefcdc86b0e8c (diff) |
Remove unused code
Diffstat (limited to 'unusedcode.easy')
-rwxr-xr-x | unusedcode.easy | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index b982690c3f5e..b4778fdc9dbe 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -639,17 +639,13 @@ basegfx::tools::findCut(basegfx::B2DPolygon const&, unsigned int, basegfx::B2DPo basegfx::tools::findCut(basegfx::B2DPolygon const&, unsigned int, unsigned int, unsigned short, double*, double*) basegfx::tools::getArea(basegfx::B3DPolygon const&) basegfx::tools::getCutBetweenLineAndPolygon(basegfx::B3DPolygon const&, basegfx::B3DPoint const&, basegfx::B3DPoint const&, double&) -basegfx::tools::getDistancePointToEndlessRay(basegfx::B2DPoint const&, basegfx::B2DPoint const&, basegfx::B2DPoint const&, double&) basegfx::tools::getIndexOfPredecessor(unsigned int, basegfx::B3DPolygon const&) basegfx::tools::getPositionRelative(basegfx::B3DPolygon const&, double, double) basegfx::tools::getPositiveOrientedNormal(basegfx::B3DPolygon const&) -basegfx::tools::getRangeWithControlPoints(basegfx::B2DPolyPolygon const&) -basegfx::tools::getSnippetRelative(basegfx::B2DPolygon const&, double, double, double) basegfx::tools::isInEpsilonRange(basegfx::B3DPolygon const&, basegfx::B3DPoint const&, double) basegfx::tools::isInside(basegfx::B3DPolygon const&, basegfx::B3DPolygon const&, bool) basegfx::tools::isPolyPolygonEqualRectangle(basegfx::B2DPolyPolygon const&, basegfx::B2DRange const&) basegfx::tools::liangBarskyClip2D(basegfx::B2DPoint&, basegfx::B2DPoint&, basegfx::B2DRange const&) -basegfx::tools::reSegmentPolyPolygonEdges(basegfx::B2DPolyPolygon const&, unsigned int, bool, bool) basegfx::tools::rotateAroundPoint(basegfx::B2DPolyPolygon const&, basegfx::B2DPoint const&, double) basegfx::tools::setContinuity(basegfx::B2DPolyPolygon const&, basegfx::B2VectorContinuity) basegfx::tools::solveCrossovers(basegfx::B2DPolygon const&) |