summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-09-18 13:38:17 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-09-18 13:47:29 +0200
commitfeddb8cb73db799e89b84ea8fd8c2057fdebca91 (patch)
treed25131fcd0828eba959c491795457fc7f83c0cf2 /drawinglayer
parent2b5cb7c6b17a15ee0da77df397553f0c80fbaac8 (diff)
maPrimitiveColor in Shadow3DExtractingProcessor unused
since commit 9927e1ca23c8353c880a3ae0a196caabdf747c4b Date: Wed Aug 9 16:00:16 2006 +0000 #i39532# Change-Id: I1db3db2c4860d6ad71085cc3cfdeb202eec7e24a
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/processor3d/shadow3dextractor.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/drawinglayer/source/processor3d/shadow3dextractor.cxx b/drawinglayer/source/processor3d/shadow3dextractor.cxx
index d325257f45e3..0544406ed59b 100644
--- a/drawinglayer/source/processor3d/shadow3dextractor.cxx
+++ b/drawinglayer/source/processor3d/shadow3dextractor.cxx
@@ -156,7 +156,7 @@ namespace drawinglayer
mpPrimitive2DSequence->push_back(
new primitive2d::PolygonHairlinePrimitive2D(
a2DHairline,
- maPrimitiveColor));
+ basegfx::BColor()));
}
}
break;
@@ -187,7 +187,7 @@ namespace drawinglayer
mpPrimitive2DSequence->push_back(
new primitive2d::PolyPolygonColorPrimitive2D(
a2DFill,
- maPrimitiveColor));
+ basegfx::BColor()));
}
}
break;
@@ -217,7 +217,6 @@ namespace drawinglayer
maShadowPlaneNormal(),
maPlanePoint(),
mfLightPlaneScalar(0.0),
- maPrimitiveColor(),
mbShadowProjectionIsValid(false),
mbConvert(false),
mbUseProjection(false)