summaryrefslogtreecommitdiff
path: root/xfa/fgas/crt/fgas_codepage.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-03-14 15:18:58 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-03-15 03:34:20 +0000
commit8c1a66b6c55dfce51b6b2c2c5de479b97b9792ed (patch)
tree73204e78b500c185e5373a0898db20d4892c721e /xfa/fgas/crt/fgas_codepage.h
parent6e0b25b9456871be5d2e6dcb418cc6daac04ff7a (diff)
downloadpdfium-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/crt/fgas_codepage.h')
-rw-r--r--xfa/fgas/crt/fgas_codepage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/crt/fgas_codepage.h b/xfa/fgas/crt/fgas_codepage.h
index e3a535edfc..3dfabe600e 100644
--- a/xfa/fgas/crt/fgas_codepage.h
+++ b/xfa/fgas/crt/fgas_codepage.h
@@ -134,8 +134,6 @@
#define FX_CHARSET_OEM 255
uint16_t FX_GetCodePageFromCharset(uint8_t charset);
-uint16_t FX_GetCodePageFromStringW(const wchar_t* pStr, int32_t iLength);
-uint16_t FX_GetDefCodePageByLanguage(uint16_t wLanguage);
void FX_SwapByteOrder(wchar_t* pStr, int32_t iLength);
void FX_UTF16ToWChar(void* pBuffer, int32_t iLength);