diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-14 15:18:58 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-15 03:34:20 +0000 |
commit | 8c1a66b6c55dfce51b6b2c2c5de479b97b9792ed (patch) | |
tree | 73204e78b500c185e5373a0898db20d4892c721e /xfa/fgas/font/fgas_fontutils.h | |
parent | 6e0b25b9456871be5d2e6dcb418cc6daac04ff7a (diff) | |
download | pdfium-8c1a66b6c55dfce51b6b2c2c5de479b97b9792ed.tar.xz |
Remove unused methods and data from fgas_codepage
The methods are not called, so the data is not used. Removed.
Change-Id: I29e904da2a000fd5173d2f5240ad377613db200a
Reviewed-on: https://pdfium-review.googlesource.com/3050
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fgas/font/fgas_fontutils.h')
-rw-r--r-- | xfa/fgas/font/fgas_fontutils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xfa/fgas/font/fgas_fontutils.h b/xfa/fgas/font/fgas_fontutils.h index d92b469e7b..f247a1fe53 100644 --- a/xfa/fgas/font/fgas_fontutils.h +++ b/xfa/fgas/font/fgas_fontutils.h @@ -16,10 +16,6 @@ struct FGAS_FONTUSB { uint16_t wCodePage; }; -uint32_t FGAS_GetFontHashCode(uint16_t wCodePage, uint32_t dwFontStyles); -uint32_t FGAS_GetFontFamilyHash(const wchar_t* pszFontFamily, - uint32_t dwFontStyles, - uint16_t wCodePage); const FGAS_FONTUSB* FGAS_GetUnicodeBitField(wchar_t wUnicode); #endif // XFA_FGAS_FONT_FGAS_FONTUTILS_H_ |