diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-24 08:50:39 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-11-24 08:17:55 +0000 |
commit | dd351dd728687cffe432ce0ec9367ceb80e097fb (patch) | |
tree | c397740bd7b6fdb890657687001d6af244ec11a3 /vcl/inc/brdwin.hxx | |
parent | 145a9954116b14a417fd403a13536883dbd5c96e (diff) |
loplugin:unusedfields in vcl/
and remove the unused SALEVENT_MOUSEACTIVATE stuff
Change-Id: Ieb85872eca68621c6a7be47ff5dbea12f7690507
Reviewed-on: https://gerrit.libreoffice.org/20140
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-rw-r--r-- | vcl/inc/brdwin.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx index 1a844e07f144..430ae04e1988 100644 --- a/vcl/inc/brdwin.hxx +++ b/vcl/inc/brdwin.hxx @@ -198,7 +198,6 @@ struct ImplBorderFrameData long mnNoTitleTop; long mnBorderSize; long mnTitleHeight; - long mnTitleOff; sal_uInt16 mnHitTest; DrawButtonFlags mnPinState; DrawButtonFlags mnCloseState; |