summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive3d/polygonprimitive3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/primitive3d/polygonprimitive3d.cxx')
-rw-r--r--drawinglayer/source/primitive3d/polygonprimitive3d.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/drawinglayer/source/primitive3d/polygonprimitive3d.cxx b/drawinglayer/source/primitive3d/polygonprimitive3d.cxx
index ca4fbd6a9da6..34a5cd24ea90 100644
--- a/drawinglayer/source/primitive3d/polygonprimitive3d.cxx
+++ b/drawinglayer/source/primitive3d/polygonprimitive3d.cxx
@@ -142,16 +142,6 @@ namespace drawinglayer
{
}
- PolygonStrokePrimitive3D::PolygonStrokePrimitive3D(
- const basegfx::B3DPolygon& rPolygon,
- const attribute::LineAttribute& rLineAttribute)
- : BufferedDecompositionPrimitive3D(),
- maPolygon(rPolygon),
- maLineAttribute(rLineAttribute),
- maStrokeAttribute()
- {
- }
-
bool PolygonStrokePrimitive3D::operator==(const BasePrimitive3D& rPrimitive) const
{
if(BufferedDecompositionPrimitive3D::operator==(rPrimitive))