diff options
author | dsinclair <dsinclair@chromium.org> | 2016-06-22 21:09:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-22 21:09:12 -0700 |
commit | a5ab26b8aa9ed12af8bdf323cb297f61cbfeb1fa (patch) | |
tree | f221088789ecd18f38e895539af3ed305df2bc37 /xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp | |
parent | 726b3db9b05c785923c65a260c59a9a9190c29e0 (diff) | |
download | pdfium-a5ab26b8aa9ed12af8bdf323cb297f61cbfeb1fa.tar.xz |
Remove unused GetScriptObjHash().
Method is never called, remove it and the data variable it uses as it will no
longer be used.
Review-Url: https://codereview.chromium.org/2088173003
Diffstat (limited to 'xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp')
-rw-r--r-- | xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp b/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp index 7277240f43..b9407d0f86 100644 --- a/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp +++ b/xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp @@ -22,7 +22,6 @@ CScript_EventPseudoModel::CScript_EventPseudoModel(CXFA_Document* pDocument) : CXFA_OrdinaryObject(pDocument, XFA_Element::EventPseudoModel) { - m_uScriptHash = XFA_HASHCODE_Event; } CScript_EventPseudoModel::~CScript_EventPseudoModel() {} void Script_EventPseudoModel_StringProperty(CFXJSE_Value* pValue, |