summaryrefslogtreecommitdiff
path: root/gfx/thebes/gfxHarfBuzzShaper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/thebes/gfxHarfBuzzShaper.cpp')
-rw-r--r--gfx/thebes/gfxHarfBuzzShaper.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/gfx/thebes/gfxHarfBuzzShaper.cpp b/gfx/thebes/gfxHarfBuzzShaper.cpp
index f2264bc1fe..4a563a95f9 100644
--- a/gfx/thebes/gfxHarfBuzzShaper.cpp
+++ b/gfx/thebes/gfxHarfBuzzShaper.cpp
@@ -1107,16 +1107,6 @@ HBUnicodeDecompose(hb_unicode_funcs_t *ufuncs,
hb_codepoint_t *b,
void *user_data)
{
-#ifdef MOZ_WIDGET_ANDROID
- // Hack for the SamsungDevanagari font, bug 1012365:
- // support U+0972 by decomposing it.
- if (ab == 0x0972) {
- *a = 0x0905;
- *b = 0x0945;
- return true;
- }
-#endif
-
if (!sNormalizer) {
return false;
}