diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-30 19:28:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-02-01 08:11:20 +0000 |
commit | b253064e867a20d53658a39bfe74c2b1198c80ff (patch) | |
tree | 1f1856b8a12d250182882b0eab787a2699695019 /vcl/inc/window.h | |
parent | 760e696a4161b453f0d6d0fe3aefb96b9b5b3100 (diff) |
mnAllSaveBackSize only set not read
Change-Id: Ibc5a2313b0231613b3c41002c144672140bf31dd
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r-- | vcl/inc/window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 0d26b02ad29b..db2078956277 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -127,7 +127,6 @@ struct ImplFrameData sal_Int32 mnDPIX; //< Original Screen Resolution sal_Int32 mnDPIY; //< Original Screen Resolution ImplMapRes maMapUnitRes; //< for LogicUnitToPixel - sal_uIntPtr mnAllSaveBackSize; //< size of all bitmaps of saved backgrounds ImplSVEvent * mnFocusId; //< FocusId for PostUserLink ImplSVEvent * mnMouseMoveId; //< MoveId for PostUserLink long mnLastMouseX; //< last x mouse position |