From db3b0ddbe0f016268c21eebb0146be87dc738efc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 29 Jun 2020 10:20:12 +0200 Subject: loplugin:unusedfields Change-Id: Ia0f517fba3a0660b64c97f426cc2cdfbbcd0ebad Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97391 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/calendar.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'vcl/inc') 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 maSelectHdl; Link maActivateHdl; -- cgit