summaryrefslogtreecommitdiff
path: root/xfa/fgas/font
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-05-19 10:51:56 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-19 10:51:56 -0700
commitbc9164115e8aeefcc06f5bf08684a4733b25e085 (patch)
tree5cba0c100b9a89809923a42e6668d71f6d0a3ff2 /xfa/fgas/font
parentd89fcb8f68162eef6111ce35133c80b2f7db0414 (diff)
downloadpdfium-bc9164115e8aeefcc06f5bf08684a4733b25e085.tar.xz
Cleanup unused fgas/ code.
Purely code removal. Review-Url: https://codereview.chromium.org/1991143003
Diffstat (limited to 'xfa/fgas/font')
-rw-r--r--xfa/fgas/font/fgas_stdfontmgr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/font/fgas_stdfontmgr.h b/xfa/fgas/font/fgas_stdfontmgr.h
index e66dd3131a..268c61f6ea 100644
--- a/xfa/fgas/font/fgas_stdfontmgr.h
+++ b/xfa/fgas/font/fgas_stdfontmgr.h
@@ -149,8 +149,6 @@ typedef CFX_MapPtrTemplate<uint32_t, CFX_FontDescriptorInfos*>
typedef CFX_MapPtrTemplate<uint32_t, CFX_ArrayTemplate<IFX_Font*>*>
CFX_HashFontsMap;
typedef CFX_MapPtrTemplate<FX_WCHAR, IFX_Font*> CFX_UnicodeFontMap;
-typedef CFX_MapPtrTemplate<IFX_FileAccess*, CFX_ArrayTemplate<IFX_Font*>*>
- CFX_FileFontMap;
typedef CFX_MapPtrTemplate<IFX_Font*, IFX_FileRead*> CFX_FonStreamtMap;
class CFX_FontMgrImp : public IFX_FontMgr {