summaryrefslogtreecommitdiff
path: root/system/graphics/thebes/gfxGDIFontList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'system/graphics/thebes/gfxGDIFontList.cpp')
-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