summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions/clippingfunctor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/transitions/clippingfunctor.cxx')
-rw-r--r--slideshow/source/engine/transitions/clippingfunctor.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/slideshow/source/engine/transitions/clippingfunctor.cxx b/slideshow/source/engine/transitions/clippingfunctor.cxx
index ae64b8e6731f..be592ac49b57 100644
--- a/slideshow/source/engine/transitions/clippingfunctor.cxx
+++ b/slideshow/source/engine/transitions/clippingfunctor.cxx
@@ -154,11 +154,6 @@ namespace slideshow::internal
if (mbFlip)
aClipPoly.flip();
- // currently, clipper cannot cope with curves. Subdivide first
- // AW: Should be no longer necessary; clipping tools are now bezier-safe
- // if( aClipPoly.areControlPointsUsed() )
- // aClipPoly = ::basegfx::utils::adaptiveSubdivideByAngle(aClipPoly);
-
if( mbSubtractPolygon )
{
// subtract given polygon from background