summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_font/font_int.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-06-23 08:17:59 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-23 08:17:59 -0700
commitdecfa7b0447538dec6cbcfa8ea50481f2173ce12 (patch)
tree7271b72d9e676ac0b7ca26335ecdc2968ea3717e /core/fpdfapi/fpdf_font/font_int.h
parenta5c85987a7604c0915268cb694f03f3452fdac6a (diff)
downloadpdfium-decfa7b0447538dec6cbcfa8ea50481f2173ce12.tar.xz
Remove FPDFAPI_LoadCID2UnicodeMap.
This Cl removes FPDFAPI_LoadCID2UnicodeMap() and inlines the code into the one caller. Review-Url: https://codereview.chromium.org/2097513002
Diffstat (limited to 'core/fpdfapi/fpdf_font/font_int.h')
-rw-r--r--core/fpdfapi/fpdf_font/font_int.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/fpdfapi/fpdf_font/font_int.h b/core/fpdfapi/fpdf_font/font_int.h
index ea6c246e78..fd2d87f5d8 100644
--- a/core/fpdfapi/fpdf_font/font_int.h
+++ b/core/fpdfapi/fpdf_font/font_int.h
@@ -211,8 +211,4 @@ class CPDF_ToUnicodeMap {
static CFX_WideString StringToWideString(const CFX_ByteStringC& str);
};
-void FPDFAPI_LoadCID2UnicodeMap(CIDSet charset,
- const uint16_t*& pMap,
- uint32_t& count);
-
#endif // CORE_FPDFAPI_FPDF_FONT_FONT_INT_H_