summaryrefslogtreecommitdiff
path: root/vcl/osx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-15 15:28:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-17 15:07:35 +0200
commit561a02ec72cf963d7cd59cfb9a183c1032f0861b (patch)
treea25f9bc0d2ef9af339be1e33f138d4e6f9691fca /vcl/osx
parentf9d5da8b491e30a08fa6996164e12e4d8715af46 (diff)
loplugin:unusedfields in vcl part3
Change-Id: I5a6319ba1667af6e9b7b92c22f858188c28c4c61 Reviewed-on: https://gerrit.libreoffice.org/38835 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/osx')
-rw-r--r--vcl/osx/salframeview.mm1
-rw-r--r--vcl/osx/salinst.cxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/osx/salframeview.mm b/vcl/osx/salframeview.mm
index 50cd5bc4e722..eb2ea1500a96 100644
--- a/vcl/osx/salframeview.mm
+++ b/vcl/osx/salframeview.mm
@@ -1516,7 +1516,6 @@ SAL_WNODEPRECATED_DECLARATIONS_POP
if( AquaSalFrame::isAlive( mpFrame ) )
{
SalKeyEvent aEvent;
- aEvent.mnTime = mpFrame->mnLastEventTime;
aEvent.mnCode = nKeyCode | ImplGetModifierMask( nMod );
aEvent.mnCharCode = aChar;
aEvent.mnRepeat = FALSE;
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx
index d17e06e96169..5234325d7edc 100644
--- a/vcl/osx/salinst.cxx
+++ b/vcl/osx/salinst.cxx
@@ -335,7 +335,6 @@ SalInstance* CreateSalInstance()
ImplGetSVData()->maNWFData.mbNoActiveTabTextRaise = true;
ImplGetSVData()->maNWFData.mbCenteredTabs = true;
ImplGetSVData()->maNWFData.mbProgressNeedsErase = true;
- ImplGetSVData()->maNWFData.mbCheckBoxNeedsErase = true;
ImplGetSVData()->maNWFData.mnStatusBarLowerRightOffset = 10;
return pInst;