From 697ccf11f93a625af762f6e08eb924de71b1840e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 31 Dec 2016 14:35:22 +0000 Subject: [PATCH] unused maMapUnitRes member since commit 7abd369964a0c7f9f80cdbc9e47c7dc120fe8257 Author: Noel Grandin Date: Thu Nov 3 14:00:28 2016 +0200 loplugin:unusedmethods Change-Id: Ie1f840c3ec9a2d5888f95cf05e531a8a9464bf2e Reviewed-on: https://gerrit.libreoffice.org/30524 Reviewed-by: Noel Grandin Tested-by: Noel Grandin Change-Id: I4cb8167698d460df6a56c5b3b7d01841e3f1a69a --- vcl/inc/window.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 8abe5d1fc644..7c4d116ffa58 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -118,7 +118,6 @@ struct ImplFrameData ImplFontCache* mpFontCache; //< Font-Cache for this frame sal_Int32 mnDPIX; //< Original Screen Resolution sal_Int32 mnDPIY; //< Original Screen Resolution - ImplMapRes maMapUnitRes; //< for LogicUnitToPixel ImplSVEvent * mnFocusId; //< FocusId for PostUserLink ImplSVEvent * mnMouseMoveId; //< MoveId for PostUserLink long mnLastMouseX; //< last x mouse position