diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/drawinglayer/processor3d/zbufferprocessor3d.hxx | 3 |
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; |