summaryrefslogtreecommitdiff
path: root/i18nlangtag
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-25 10:13:14 +0200
committerNoel Grandin <noel@peralex.com>2014-02-25 15:17:01 +0200
commitc875ded2e9f1a839c85f2abfc2bfa1ba5c2b11d7 (patch)
treea69f6302eb09f270119558c346adf35674b48273 /i18nlangtag
parenta4d6cb008ec1f64f7dc804c1492ee227d6ec26b4 (diff)
remove unused code LanguageTag::convertLocaleToBcp47()
Change-Id: I4c655c16850ccfec44010ce8b100eeff0c8c3826
Diffstat (limited to 'i18nlangtag')
-rw-r--r--i18nlangtag/source/languagetag/languagetag.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx
index c74bce187b04..721bb31c2c4a 100644
--- a/i18nlangtag/source/languagetag/languagetag.cxx
+++ b/i18nlangtag/source/languagetag/languagetag.cxx
@@ -1362,13 +1362,6 @@ void LanguageTagImpl::convertLocaleToBcp47()
}
-void LanguageTag::convertLocaleToBcp47()
-{
- getImpl()->convertLocaleToBcp47();
- syncFromImpl();
-}
-
-
void LanguageTagImpl::convertLocaleToLang( bool bAllowOnTheFlyID )
{
if (mbSystemLocale)