summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-01 04:47:02 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-01 04:47:02 -0500
commit035b8975232efac6de0175c09d05714f1f33afec (patch)
treeea4c7832d53b0fef37f0dbe703c7540c88b152fd /system
parent867cf21fd667f719d66a01f69358818f22681fdf (diff)
downloadaura-central-035b8975232efac6de0175c09d05714f1f33afec.tar.gz
We always bundle fonts for the supported target operating systems.. Remove the redundant and missed MOZ_BUNDLED_FONTS
Diffstat (limited to 'system')
-rw-r--r--system/graphics/thebes/gfxGDIFontList.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/graphics/thebes/gfxGDIFontList.cpp b/system/graphics/thebes/gfxGDIFontList.cpp
index ae2a43368..4e1943471 100644
--- a/system/graphics/thebes/gfxGDIFontList.cpp
+++ b/system/graphics/thebes/gfxGDIFontList.cpp
@@ -552,9 +552,7 @@ GDIFontFamily::FindStyleVariations(FontInfoData *aFontInfoData)
gfxGDIFontList::gfxGDIFontList()
: mFontSubstitutes(32)
{
-#ifdef MOZ_BUNDLED_FONTS
ActivateBundledFonts();
-#endif
}
static void
@@ -1123,8 +1121,6 @@ gfxGDIFontList::CreateFontInfoData()
return fi.forget();
}
-#ifdef MOZ_BUNDLED_FONTS
-
void
gfxGDIFontList::ActivateBundledFonts()
{
@@ -1165,4 +1161,3 @@ gfxGDIFontList::ActivateBundledFonts()
}
}
-#endif