summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/attribute/sdrlightattribute3d.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer/source/attribute/sdrlightattribute3d.cxx')
-rw-r--r--drawinglayer/source/attribute/sdrlightattribute3d.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/drawinglayer/source/attribute/sdrlightattribute3d.cxx b/drawinglayer/source/attribute/sdrlightattribute3d.cxx
index b3b686a6057f..e2786fcccfc8 100644
--- a/drawinglayer/source/attribute/sdrlightattribute3d.cxx
+++ b/drawinglayer/source/attribute/sdrlightattribute3d.cxx
@@ -48,13 +48,6 @@ namespace drawinglayer
{
}
- ImpSdr3DLightAttribute()
- : maColor(basegfx::BColor()),
- maDirection(basegfx::B3DVector()),
- mbSpecular(false)
- {
- }
-
// data read access
const basegfx::BColor& getColor() const { return maColor; }
const basegfx::B3DVector& getDirection() const { return maDirection; }