diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-06 14:02:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-06 14:02:05 -0700 |
commit | cdc1369969ebbc3a85670686490975be835efd19 (patch) | |
tree | 66e20eaea8a752acc982f7aebb2da8c06c51e298 /core/fxge/ge | |
parent | 0cf9984a552f53eb59b512ac32a8d3d83c1c04e2 (diff) | |
download | pdfium-cdc1369969ebbc3a85670686490975be835efd19.tar.xz |
Remove IFX_FontEnumerator
Interface is never implemented.
BUG=pdfium:468
Review URL: https://codereview.chromium.org/1864893003
Diffstat (limited to 'core/fxge/ge')
-rw-r--r-- | core/fxge/ge/fx_ge_fontmap.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxge/ge/fx_ge_fontmap.cpp b/core/fxge/ge/fx_ge_fontmap.cpp index e3a6d68d0d..4ee2a22ae6 100644 --- a/core/fxge/ge/fx_ge_fontmap.cpp +++ b/core/fxge/ge/fx_ge_fontmap.cpp @@ -651,7 +651,6 @@ bool CFX_FontMgr::GetBuiltinFont(size_t index, CFX_FontMapper::CFX_FontMapper(CFX_FontMgr* mgr) : m_bListLoaded(FALSE), m_pFontInfo(nullptr), - m_pFontEnumerator(nullptr), m_pFontMgr(mgr) { m_MMFaces[0] = nullptr; m_MMFaces[1] = nullptr; |