summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor2d/hittestprocessor2d.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/processor2d/hittestprocessor2d.hxx')
-rw-r--r--include/drawinglayer/processor2d/hittestprocessor2d.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/drawinglayer/processor2d/hittestprocessor2d.hxx b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
index 96e9d9cabf8e..9f78f44b9f90 100644
--- a/include/drawinglayer/processor2d/hittestprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
@@ -61,9 +61,6 @@ namespace drawinglayer
/// flag to concentrate on text hits only
bool mbHitTextOnly : 1;
- /// If we are tiled rendering.
- bool mbTiledRendering;
-
/// tooling methods
void processBasePrimitive2D(const primitive2d::BasePrimitive2D& rCandidate) override;
bool checkHairlineHitWithTolerance(
@@ -79,8 +76,7 @@ namespace drawinglayer
const geometry::ViewInformation2D& rViewInformation,
const basegfx::B2DPoint& rLogicHitPosition,
double fLogicHitTolerance,
- bool bHitTextOnly,
- bool bTiledRendering);
+ bool bHitTextOnly);
virtual ~HitTestProcessor2D();
/// data read access