diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-09 10:35:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-01-10 06:29:10 +0000 |
commit | 014b9ac2e4ec22a1eed2fde806edd7a840035a45 (patch) | |
tree | 9047e3932cf0fa46128ab570a69b4dd5d507903f /include | |
parent | b0229855057ed4d73e73ecd8c501a4564f2237ce (diff) |
loplugin:unusedmethods
Change-Id: Ibe11923601760ded53a277c48631e4893606b2d6
Reviewed-on: https://gerrit.libreoffice.org/32875
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/languageoptions.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/languageoptions.hxx b/include/svl/languageoptions.hxx index f223904a2f6e..99670809be7c 100644 --- a/include/svl/languageoptions.hxx +++ b/include/svl/languageoptions.hxx @@ -128,7 +128,6 @@ public: LanguageType GetWin16SystemLanguage() const; - bool isCTLKeyboardLayoutInstalled() const; bool isCJKKeyboardLayoutInstalled() const; }; |