diff options
Diffstat (limited to 'gfx/thebes/gfxTextRun.cpp')
-rw-r--r-- | gfx/thebes/gfxTextRun.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx/thebes/gfxTextRun.cpp b/gfx/thebes/gfxTextRun.cpp index 1025abbd3e..664514fdd3 100644 --- a/gfx/thebes/gfxTextRun.cpp +++ b/gfx/thebes/gfxTextRun.cpp @@ -518,11 +518,6 @@ HasSyntheticBoldOrColor(const gfxTextRun *aRun, gfxTextRun::Range aRange) if (fe->TryGetSVGData(font) || fe->TryGetColorGlyphs()) { return true; } -#if defined(XP_MACOSX) // sbix fonts only supported via Core Text - if (fe->HasFontTable(TRUETYPE_TAG('s', 'b', 'i', 'x'))) { - return true; - } -#endif } } return false; |