summaryrefslogtreecommitdiff
path: root/vcl/inc/bitmap/Octree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/bitmap/Octree.hxx')
-rw-r--r--vcl/inc/bitmap/Octree.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/bitmap/Octree.hxx b/vcl/inc/bitmap/Octree.hxx
index 59246ae5053d..f1d6e2a583c0 100644
--- a/vcl/inc/bitmap/Octree.hxx
+++ b/vcl/inc/bitmap/Octree.hxx
@@ -52,7 +52,6 @@ private:
std::unique_ptr<OctreeNode> pTree;
std::vector<OctreeNode*> mpReduce;
BitmapColor const* mpColor;
- const BitmapReadAccess* mpAccess;
sal_uInt16 mnPalIndex;
public: