summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-06-07 18:48:09 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-07 18:48:09 -0700
commita7c03c678dbd6fd4732e0cfb390cc4f462434441 (patch)
tree12b5670e920d49114d61c8a125d6f0b99f24fd38 /xfa/fxfa/app
parent649a78569e9487fc5d3cccee546be50c351560b7 (diff)
downloadpdfium-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.cpp2
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;
}