From a5ab26b8aa9ed12af8bdf323cb297f61cbfeb1fa Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 22 Jun 2016 21:09:12 -0700 Subject: 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 --- xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fxfa/parser/xfa_script_eventpseudomodel.cpp') 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, -- cgit v1.2.3