summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor3d
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-16 16:51:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 08:40:55 +0200
commitac13f4db592f91783e644535968a8d3202c94640 (patch)
treef5f32b3e5d28a69a7778b3d0278f44e579f79b7a /include/drawinglayer/processor3d
parent82afd77a00c036f106a3aa5fb3402c92e10e2aa4 (diff)
loplugin:unusedfields in dbaccess..drawinglayer
Change-Id: I069badbce9b899d176fd3db91243139579dec6b1 Reviewed-on: https://gerrit.libreoffice.org/54456 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/drawinglayer/processor3d')
-rw-r--r--include/drawinglayer/processor3d/zbufferprocessor3d.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/drawinglayer/processor3d/zbufferprocessor3d.hxx b/include/drawinglayer/processor3d/zbufferprocessor3d.hxx
index 7d1ea3f69b9a..90db04b2a546 100644
--- a/include/drawinglayer/processor3d/zbufferprocessor3d.hxx
+++ b/include/drawinglayer/processor3d/zbufferprocessor3d.hxx
@@ -56,9 +56,6 @@ namespace drawinglayer
class ZBufferProcessor3D : public DefaultProcessor3D
{
private:
- /// the raster target, a Z-Buffer
- basegfx::BZPixelRaster& mrBZPixelRaster;
-
/// inverse of EyeToView for rasterconversion with evtl. Phong shading
basegfx::B3DHomMatrix maInvEyeToView;