summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx')
-rw-r--r--include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx b/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
index bd30c33cca38..e9199c4d8087 100644
--- a/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
+++ b/include/drawinglayer/primitive3d/sdrextrudelathetools3d.hxx
@@ -64,14 +64,6 @@ namespace drawinglayer
maPolyPolygon.transform(aTransform);
}
- explicit Slice3D(
- const basegfx::B3DPolyPolygon& rPolyPolygon,
- SliceType3D aSliceType = SLICETYPE3D_REGULAR)
- : maPolyPolygon(rPolyPolygon),
- maSliceType(aSliceType)
- {
- }
-
// data access
const basegfx::B3DPolyPolygon& getB3DPolyPolygon() const { return maPolyPolygon; }
SliceType3D getSliceType() const { return maSliceType; }