diff options
author | Lei Zhang <thestig@chromium.org> | 2015-02-27 19:54:20 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-02-27 19:54:20 -0800 |
commit | 8411066e3d5d6afd2c7f38e2c03abd065a783239 (patch) | |
tree | 504b3c04e0a018f2a930e7ed2c07dbf910b36ddb /core/src/fxge/ge | |
parent | 654403aedf0aac9a26ff6fd1f1cca8532528e9b0 (diff) | |
download | pdfium-8411066e3d5d6afd2c7f38e2c03abd065a783239.tar.xz |
Merge to XFA: Cleanup: Fix some unused-function warnings.
Original URL: https://codereview.chromium.org/891113002
(cherry picked from commit 44fc192f29a77c5864fabffe5ab63937dacdfd21)
Review URL: https://codereview.chromium.org/966023002
Diffstat (limited to 'core/src/fxge/ge')
-rw-r--r-- | core/src/fxge/ge/fx_ge_fontmap.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/core/src/fxge/ge/fx_ge_fontmap.cpp b/core/src/fxge/ge/fx_ge_fontmap.cpp index 8606645baf..fce535cea8 100644 --- a/core/src/fxge/ge/fx_ge_fontmap.cpp +++ b/core/src/fxge/ge/fx_ge_fontmap.cpp @@ -748,19 +748,6 @@ FX_DWORD _GetCodePageRangeFromCharset(int charset) } return 1 << 21; } -static int CP2CharSet(int cp) -{ - if(cp == 932) { - return FXFONT_SHIFTJIS_CHARSET; - } else if(cp == 936) { - return FXFONT_GB2312_CHARSET; - } else if(cp == 949) { - return FXFONT_HANGEUL_CHARSET; - } else if(cp == 950) { - return FXFONT_CHINESEBIG5_CHARSET; - } - return FXFONT_DEFAULT_CHARSET; -} FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont* pSubstFont, int iBaseFont, int italic_angle, int weight, int picthfamily) { if (iBaseFont < 12) { |