From 014b9ac2e4ec22a1eed2fde806edd7a840035a45 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 9 Jan 2017 10:35:25 +0200 Subject: loplugin:unusedmethods Change-Id: Ibe11923601760ded53a277c48631e4893606b2d6 Reviewed-on: https://gerrit.libreoffice.org/32875 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/languageoptions.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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; }; -- cgit