mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #1053 - Remove android support from intl/locale/nsLocaleService.cpp
This is the only non-icu file with android code in it. Not going to remove android in icu its self because it remains a 3rd party lib.
This commit is contained in:
parent
021bff6bf8
commit
0e091cdb2e
1 changed files with 0 additions and 5 deletions
|
|
@ -134,11 +134,6 @@ nsLocaleService::nsLocaleService(void)
|
|||
|
||||
bool lc_temp_valid = lc_temp != nullptr;
|
||||
|
||||
#if defined(MOZ_WIDGET_ANDROID)
|
||||
// Treat the "C" env as nothing useful. See Bug 1095298.
|
||||
lc_temp_valid = lc_temp_valid && strcmp(lc_temp, "C") != 0;
|
||||
#endif
|
||||
|
||||
if (lc_temp_valid) {
|
||||
result = nsPosixLocale::GetXPLocale(lc_temp, xpLocale);
|
||||
CopyASCIItoUTF16(lc_temp, platformLocale);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue