From bc9164115e8aeefcc06f5bf08684a4733b25e085 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 19 May 2016 10:51:56 -0700 Subject: Cleanup unused fgas/ code. Purely code removal. Review-Url: https://codereview.chromium.org/1991143003 --- xfa/fgas/localization/fgas_locale.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'xfa/fgas/localization/fgas_locale.h') 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, -- cgit v1.2.3