diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-15 04:31:10 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-15 04:31:10 +0000 |
commit | 649bc02a2e2ab886733d7461ece89b4153a01d5f (patch) | |
tree | d9c5afedf1dc7267cc1d52bf3b53c32e25b424a1 /core/fxge/cfx_unicodeencodingex.h | |
parent | 0a815ae46f53330b69c585c708a4ebc5b85ecdb4 (diff) | |
download | pdfium-649bc02a2e2ab886733d7461ece89b4153a01d5f.tar.xz |
Remove FXFM_ENCODING_NONE.
FX_CreateFontEncodingEx() always passes FXFM_ENCODING_NONE. Just get rid
of it instead.
Change-Id: I417f84d8ae2f10ba874265a92576d3ef8481a9d6
Reviewed-on: https://pdfium-review.googlesource.com/42460
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxge/cfx_unicodeencodingex.h')
-rw-r--r-- | core/fxge/cfx_unicodeencodingex.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/fxge/cfx_unicodeencodingex.h b/core/fxge/cfx_unicodeencodingex.h index d9d349a88b..9511d2ba7a 100644 --- a/core/fxge/cfx_unicodeencodingex.h +++ b/core/fxge/cfx_unicodeencodingex.h @@ -29,8 +29,6 @@ class CFX_UnicodeEncodingEx final : public CFX_UnicodeEncoding { uint32_t m_nEncodingID; }; -std::unique_ptr<CFX_UnicodeEncodingEx> FX_CreateFontEncodingEx( - CFX_Font* pFont, - uint32_t nEncodingID); +std::unique_ptr<CFX_UnicodeEncodingEx> FX_CreateFontEncodingEx(CFX_Font* pFont); #endif // CORE_FXGE_CFX_UNICODEENCODINGEX_H_ |