diff options
Diffstat (limited to 'xfa/fxfa/parser/xfa_object.h')
-rw-r--r-- | xfa/fxfa/parser/xfa_object.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/xfa_object.h b/xfa/fxfa/parser/xfa_object.h index aac4839936..4da2f1045b 100644 --- a/xfa/fxfa/parser/xfa_object.h +++ b/xfa/fxfa/parser/xfa_object.h @@ -689,11 +689,9 @@ class CXFA_OrdinaryObject : public CXFA_Object { ~CXFA_OrdinaryObject() override; XFA_Element GetClassID() const; - uint32_t GetScriptObjHash() const; protected: XFA_Element m_eNodeClass; - uint32_t m_uScriptHash; }; class CXFA_ThisProxy : public CXFA_Object { |