diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-16 09:29:07 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-17 08:41:31 +0200 |
commit | 2e3f5a1e2aad2ff9866d7a782a04bec7c29c0e43 (patch) | |
tree | 2929b89c09f7cbe9915d798c819a47e41f1b1d1d /vcl/inc/unx/i18n_xkb.hxx | |
parent | ac13f4db592f91783e644535968a8d3202c94640 (diff) |
loplugin:unusedfields in vcl
Change-Id: Id0913b209b089e3c66a7e449e31f8d5d5b1b4f83
Reviewed-on: https://gerrit.libreoffice.org/54413
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx/i18n_xkb.hxx')
-rw-r--r-- | vcl/inc/unx/i18n_xkb.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/i18n_xkb.hxx b/vcl/inc/unx/i18n_xkb.hxx index d3641312f3da..77de6e837466 100644 --- a/vcl/inc/unx/i18n_xkb.hxx +++ b/vcl/inc/unx/i18n_xkb.hxx @@ -28,10 +28,8 @@ class VCLPLUG_GEN_PUBLIC SalI18N_KeyboardExtension private: bool mbUseExtension; - sal_uInt32 mnDefaultGroup; int mnEventBase; int mnErrorBase; - Display* mpDisplay; public: |