summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-10-13 07:43:19 -0700
committerCommit bot <commit-bot@chromium.org>2016-10-13 07:43:20 -0700
commitf51e4dc24b3784a3af09278f2d38cf0ba1c4c8cd (patch)
tree8ba2252f463711a6a5d9c71e997683bc586006e7 /fpdfsdk/fpdfxfa/cxfa_fwladaptertimermgr.h
parentf2b940ce281ac5b690bf661fb686fcb5eed34d02 (diff)
downloadpdfium-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.h5
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 {