From c875ded2e9f1a839c85f2abfc2bfa1ba5c2b11d7 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 25 Feb 2014 10:13:14 +0200 Subject: remove unused code LanguageTag::convertLocaleToBcp47() Change-Id: I4c655c16850ccfec44010ce8b100eeff0c8c3826 --- include/i18nlangtag/languagetag.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/i18nlangtag') diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index ee7b1a14157a..d646127de8c6 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -521,7 +521,6 @@ private: void syncVarsFromRawImpl() const; void syncVarsFromImpl() const; - void convertLocaleToBcp47(); void convertLocaleToLang(); void convertBcp47ToLocale(); void convertBcp47ToLang(); -- cgit