summaryrefslogtreecommitdiff
path: root/include/drawinglayer/processor2d/hittestprocessor2d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-22 12:30:23 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-23 09:00:18 +0200
commit222bc56e21356520a55a871c9cdfc26d2fc3fcb2 (patch)
tree8b68267dcac953d1b519c1fcb21441df2733da1b /include/drawinglayer/processor2d/hittestprocessor2d.hxx
parent6bbda13286c8f736f35ceb7a377ca15b3fd544b2 (diff)
loplugin:unusedfields in desktop..editeng
Change-Id: Ieea12d0790a1034eba8975fe74fa205f02003b7d Reviewed-on: https://gerrit.libreoffice.org/39134 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/drawinglayer/processor2d/hittestprocessor2d.hxx')
-rw-r--r--include/drawinglayer/processor2d/hittestprocessor2d.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drawinglayer/processor2d/hittestprocessor2d.hxx b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
index 237818694347..466bb948df49 100644
--- a/include/drawinglayer/processor2d/hittestprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/hittestprocessor2d.hxx
@@ -47,7 +47,6 @@ namespace drawinglayer
double mfDiscreteHitTolerance;
bool mbHit : 1;
- bool mbHitToleranceUsed : 1;
/// flag to concentrate on text hits only
bool mbHitTextOnly : 1;