summaryrefslogtreecommitdiff
path: root/core/fpdfapi/font/cpdf_cid2unicodemap.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-08-23 17:57:39 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-08-23 17:57:39 +0000
commit18342f5d7c80528ffe85a5c89a48d3bbd93fb6bd (patch)
tree781c3b7c083675946751af40daf962b338fba94a /core/fpdfapi/font/cpdf_cid2unicodemap.h
parent7aa4bc461a171cc2b5a27490a55f0baedd6623fb (diff)
downloadpdfium-18342f5d7c80528ffe85a5c89a48d3bbd93fb6bd.tar.xz
Remove bool bPromptCJK argument (several places)
It gets computed, and passed around, but in the end no decisions are made because of it. Change-Id: If67f6f0cd0c37e52993832be1fb83498fd851914 Reviewed-on: https://pdfium-review.googlesource.com/41190 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fpdfapi/font/cpdf_cid2unicodemap.h')
-rw-r--r--core/fpdfapi/font/cpdf_cid2unicodemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fpdfapi/font/cpdf_cid2unicodemap.h b/core/fpdfapi/font/cpdf_cid2unicodemap.h
index 73c5059558..16467f31a7 100644
--- a/core/fpdfapi/font/cpdf_cid2unicodemap.h
+++ b/core/fpdfapi/font/cpdf_cid2unicodemap.h
@@ -19,7 +19,7 @@ class CPDF_CID2UnicodeMap {
bool IsLoaded() const;
wchar_t UnicodeFromCID(uint16_t CID) const;
- void Load(CPDF_CMapManager* pMgr, CIDSet charset, bool bPromptCJK);
+ void Load(CPDF_CMapManager* pMgr, CIDSet charset);
private:
CIDSet m_Charset;