diff options
author | thestig <thestig@chromium.org> | 2016-06-07 18:48:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-07 18:48:09 -0700 |
commit | a7c03c678dbd6fd4732e0cfb390cc4f462434441 (patch) | |
tree | 12b5670e920d49114d61c8a125d6f0b99f24fd38 /xfa/fxfa/app | |
parent | 649a78569e9487fc5d3cccee546be50c351560b7 (diff) | |
download | pdfium-a7c03c678dbd6fd4732e0cfb390cc4f462434441.tar.xz |
Remove dead code in CFGAS_FontMgrImp.
And also CFGAS_StdFontMgrImp.
Review-Url: https://codereview.chromium.org/2033673002
Diffstat (limited to 'xfa/fxfa/app')
-rw-r--r-- | xfa/fxfa/app/xfa_fontmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_fontmgr.cpp b/xfa/fxfa/app/xfa_fontmgr.cpp index 964c0352b8..17d600dfa0 100644 --- a/xfa/fxfa/app/xfa_fontmgr.cpp +++ b/xfa/fxfa/app/xfa_fontmgr.cpp @@ -1869,7 +1869,7 @@ CFGAS_GEFont* CXFA_PDFFontMgr::FindFont(CFX_ByteString strPsName, *pDstPDFFont = pPDFFont; return NULL; } - return CFGAS_GEFont::LoadFont(&pPDFFont->m_Font, pFDEFontMgr, FALSE); + return CFGAS_GEFont::LoadFont(&pPDFFont->m_Font, pFDEFontMgr); } return NULL; } |