summaryrefslogtreecommitdiff
path: root/drawinglayer/source
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 /drawinglayer/source
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 'drawinglayer/source')
-rw-r--r--drawinglayer/source/processor2d/hittestprocessor2d.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/drawinglayer/source/processor2d/hittestprocessor2d.cxx b/drawinglayer/source/processor2d/hittestprocessor2d.cxx
index e584c8d1177f..82ccfd00b7fe 100644
--- a/drawinglayer/source/processor2d/hittestprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/hittestprocessor2d.cxx
@@ -46,7 +46,6 @@ namespace drawinglayer
maDiscreteHitPosition(),
mfDiscreteHitTolerance(0.0),
mbHit(false),
- mbHitToleranceUsed(false),
mbHitTextOnly(bHitTextOnly)
{
// init hit tolerance
@@ -66,9 +65,6 @@ namespace drawinglayer
// generate discrete hit position
maDiscreteHitPosition = getViewInformation2D().getObjectToViewTransformation() * rLogicHitPosition;
-
- // check if HitTolerance is used
- mbHitToleranceUsed = basegfx::fTools::more(getDiscreteHitTolerance(), 0.0);
}
HitTestProcessor2D::~HitTestProcessor2D()