[Libreoffice-commits] core.git: vcl/inc

Caolán McNamara caolanm at redhat.com
Sat Dec 31 14:36:30 UTC 2016


 vcl/inc/window.h |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 697ccf11f93a625af762f6e08eb924de71b1840e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sat Dec 31 14:35:22 2016 +0000

    unused maMapUnitRes member
    
    since
    
    commit 7abd369964a0c7f9f80cdbc9e47c7dc120fe8257
    Author: Noel Grandin <noel.grandin at collabora.co.uk>
    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 <noel.grandin at collabora.co.uk>
        Tested-by: Noel Grandin <noel.grandin at collabora.co.uk>
    
    Change-Id: I4cb8167698d460df6a56c5b3b7d01841e3f1a69a

diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index 8abe5d1..7c4d116 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


More information about the Libreoffice-commits mailing list