diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-13 07:43:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-13 07:43:20 -0700 |
commit | f51e4dc24b3784a3af09278f2d38cf0ba1c4c8cd (patch) | |
tree | 8ba2252f463711a6a5d9c71e997683bc586006e7 /fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h | |
parent | f2b940ce281ac5b690bf661fb686fcb5eed34d02 (diff) | |
download | pdfium-f51e4dc24b3784a3af09278f2d38cf0ba1c4c8cd.tar.xz |
Cleanup CPDFXFA_App methods
This CL removes methods which are never called, or are only called once
and return a static value. Those values are inlined at the calling site.
Review-Url: https://codereview.chromium.org/2418633002
Diffstat (limited to 'fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h')
-rw-r--r-- | fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h b/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h index 5f5017b5d8..3fc56ee0e7 100644 --- a/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h +++ b/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h @@ -12,11 +12,6 @@ #include "fpdfsdk/fpdfxfa/cpdfxfa_document.h" #include "xfa/fwl/core/ifwl_adaptertimermgr.h" -#define JS_STR_VIEWERTYPE_STANDARD L"Exchange" -#define JS_STR_LANGUANGE L"ENU" -#define JS_STR_VIEWERVARIATION L"Full" -#define JS_STR_VIEWERVERSION_XFA L"11" - struct CFWL_TimerInfo; class CXFA_FWLAdapterTimerMgr : public IFWL_AdapterTimerMgr { |