summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/loader/cache/CachedFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/loader/cache/CachedFont.h')
-rw-r--r--Source/WebCore/loader/cache/CachedFont.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/WebCore/loader/cache/CachedFont.h b/Source/WebCore/loader/cache/CachedFont.h
index d677f7b..dd9d60e 100644
--- a/Source/WebCore/loader/cache/CachedFont.h
+++ b/Source/WebCore/loader/cache/CachedFont.h
@@ -68,8 +68,6 @@ public:
FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
#if ENABLE(SVG_FONTS)
- bool isSVGFont() const { return m_isSVGFont; }
- void setSVGFont(bool isSVG) { m_isSVGFont = isSVG; }
bool ensureSVGFontData();
SVGFontElement* getSVGFontById(const String&) const;
#endif
@@ -79,7 +77,6 @@ private:
bool m_loadInitiated;
#if ENABLE(SVG_FONTS)
- bool m_isSVGFont;
RefPtr<SVGDocument> m_externalSVGDocument;
#endif