diff options
author | dsinclair <dsinclair@chromium.org> | 2016-05-19 10:51:56 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-19 10:51:56 -0700 |
commit | bc9164115e8aeefcc06f5bf08684a4733b25e085 (patch) | |
tree | 5cba0c100b9a89809923a42e6668d71f6d0a3ff2 /xfa/fgas/localization/fgas_locale.h | |
parent | d89fcb8f68162eef6111ce35133c80b2f7db0414 (diff) | |
download | pdfium-bc9164115e8aeefcc06f5bf08684a4733b25e085.tar.xz |
Cleanup unused fgas/ code.
Purely code removal.
Review-Url: https://codereview.chromium.org/1991143003
Diffstat (limited to 'xfa/fgas/localization/fgas_locale.h')
-rw-r--r-- | xfa/fgas/localization/fgas_locale.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xfa/fgas/localization/fgas_locale.h b/xfa/fgas/localization/fgas_locale.h index d1d862b0b5..3401d6ca5a 100644 --- a/xfa/fgas/localization/fgas_locale.h +++ b/xfa/fgas/localization/fgas_locale.h @@ -54,7 +54,6 @@ enum FX_DATETIMETYPE { class IFX_Locale { public: - static IFX_Locale* Create(CXML_Element* pLocaleData); virtual ~IFX_Locale() {} virtual void Release() = 0; @@ -92,9 +91,7 @@ class IFX_LocaleMgr { virtual IFX_Locale* GetLocale(uint16_t lcid) = 0; virtual IFX_Locale* GetLocaleByName(const CFX_WideString& wsLocaleName) = 0; }; -IFX_LocaleMgr* FX_LocaleMgr_Create(const FX_WCHAR* pszLocalPath, - uint16_t wDefaultLCID); -void FX_ParseNumString(const CFX_WideString& wsNum, CFX_WideString& wsResult); + FX_BOOL FX_DateFromCanonical(const CFX_WideString& wsDate, CFX_Unitime& datetime); FX_BOOL FX_TimeFromCanonical(const CFX_WideStringC& wsTime, |