summaryrefslogtreecommitdiffstats
path: root/basegfx/source/polygon/b2dpolygonclipper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/polygon/b2dpolygonclipper.cxx')
-rw-r--r--basegfx/source/polygon/b2dpolygonclipper.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/basegfx/source/polygon/b2dpolygonclipper.cxx b/basegfx/source/polygon/b2dpolygonclipper.cxx
index 817a43955900..b8d4a04bed30 100644
--- a/basegfx/source/polygon/b2dpolygonclipper.cxx
+++ b/basegfx/source/polygon/b2dpolygonclipper.cxx
@@ -29,8 +29,6 @@
#include <basegfx/tools/rectcliptools.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
-
-
namespace basegfx
{
namespace tools
@@ -337,8 +335,6 @@ namespace basegfx
return aRetval;
}
-
-
B2DPolyPolygon clipPolyPolygonOnPolyPolygon(const B2DPolyPolygon& rCandidate, const B2DPolyPolygon& rClip, bool bInside, bool bStroke)
{
B2DPolyPolygon aRetval;
@@ -461,8 +457,6 @@ namespace basegfx
return aRetval;
}
-
-
B2DPolyPolygon clipPolygonOnPolyPolygon(const B2DPolygon& rCandidate, const B2DPolyPolygon& rClip, bool bInside, bool bStroke)
{
B2DPolyPolygon aRetval;
@@ -475,8 +469,6 @@ namespace basegfx
return aRetval;
}
-
-
/*
* let a plane be defined as
*
@@ -779,8 +771,6 @@ namespace basegfx
return aResult;
}
-
-
} // end of namespace tools
} // end of namespace basegfx