diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-25 10:12:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-25 15:17:01 +0200 |
commit | a4d6cb008ec1f64f7dc804c1492ee227d6ec26b4 (patch) | |
tree | 6c72aac424b0ee29c25f3a5f4933ebab295d783d /include | |
parent | 1a4822853533933eefc190c6605a029adc1e106d (diff) |
remove unused code LanguageTag::convertLangToBcp47()
Change-Id: Iebbef192b7a8692003dc3f31d5b905efeae2cf25
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nlangtag/languagetag.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index 3c1a135fab5a..ee7b1a14157a 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -526,7 +526,6 @@ private: void convertBcp47ToLocale(); void convertBcp47ToLang(); void convertLangToLocale(); - void convertLangToBcp47(); void convertFromRtlLocale(); |