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 /include/vcl/commandevent.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 'include/vcl/commandevent.hxx')
-rw-r--r-- | include/vcl/commandevent.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/commandevent.hxx b/include/vcl/commandevent.hxx index 6c752ffccaa4..703741051205 100644 --- a/include/vcl/commandevent.hxx +++ b/include/vcl/commandevent.hxx @@ -117,11 +117,6 @@ public: class VCL_DLLPUBLIC CommandInputContextData { -private: - LanguageType meLanguage; - -public: - CommandInputContextData( LanguageType eLang ); }; enum class CommandWheelMode |