diff options
Diffstat (limited to 'xfa/fgas/crt/fgas_codepage.h')
-rw-r--r-- | xfa/fgas/crt/fgas_codepage.h | 2 |
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); |