summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp')
-rw-r--r--core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp b/core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
index 2a9900df91..8a1f369c00 100644
--- a/core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
+++ b/core/fpdfapi/fpdf_cmaps/fpdf_cmaps.cpp
@@ -180,12 +180,3 @@ uint32_t FPDFAPI_CharCodeFromCID(const FXCMAP_CMap* pMap, uint16_t cid) {
}
return 0;
}
-
-void FPDFAPI_LoadCID2UnicodeMap(CIDSet charset,
- const uint16_t*& pMap,
- uint32_t& count) {
- CPDF_FontGlobals* pFontGlobals =
- CPDF_ModuleMgr::Get()->GetPageModule()->GetFontGlobals();
- pMap = pFontGlobals->m_EmbeddedToUnicodes[charset].m_pMap;
- count = pFontGlobals->m_EmbeddedToUnicodes[charset].m_Count;
-}