Index: Source/WebCore/css/CSSFontFace.cpp |
=================================================================== |
--- Source/WebCore/css/CSSFontFace.cpp (revision 97402) |
+++ Source/WebCore/css/CSSFontFace.cpp (working copy) |
@@ -118,19 +118,6 @@ |
return 0; |
} |
-void CSSFontFace::retireCustomFont(SimpleFontData* fontData) |
-{ |
- if (m_segmentedFontFaces.isEmpty()) { |
- GlyphPageTreeNode::pruneTreeCustomFontData(fontData); |
- delete fontData; |
- return; |
- } |
- |
- // Use one of the CSSSegmentedFontFaces' font selector. They all have |
- // the same font selector. |
- (*m_segmentedFontFaces.begin())->fontSelector()->retireCustomFont(fontData); |
-} |
- |
#if ENABLE(SVG_FONTS) |
bool CSSFontFace::hasSVGFontFaceSource() const |
{ |