diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-29 10:20:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-29 12:23:50 +0200 |
commit | db3b0ddbe0f016268c21eebb0146be87dc738efc (patch) | |
tree | a608d503f44a2c0b13feb086150a5ffe0e03e3d6 /vcl/inc | |
parent | b3057b7944dc52cc2ee3c57f44d4265c625e8dad (diff) |
loplugin:unusedfields
Change-Id: Ia0f517fba3a0660b64c97f426cc2cdfbbcd0ebad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97391
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/calendar.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/calendar.hxx b/vcl/inc/calendar.hxx index 22cc1ddc9fd2..de209dea5f8c 100644 --- a/vcl/inc/calendar.hxx +++ b/vcl/inc/calendar.hxx @@ -156,7 +156,6 @@ class Calendar final : public Control mbSpinDown:1, mbPrevIn:1, mbNextIn:1, - mbTravelSelect:1, mbAllSel:1; Link<Calendar*,void> maSelectHdl; Link<Calendar*,void> maActivateHdl; |