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_object.h | |
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_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 { |