summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-06-22 21:09:12 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-22 21:09:12 -0700
commita5ab26b8aa9ed12af8bdf323cb297f61cbfeb1fa (patch)
treef221088789ecd18f38e895539af3ed305df2bc37 /xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp
parent726b3db9b05c785923c65a260c59a9a9190c29e0 (diff)
downloadpdfium-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_layoutpseudomodel.cpp')
-rw-r--r--xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp b/xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp
index 3617b6487e..39ca8028df 100644
--- a/xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp
+++ b/xfa/fxfa/parser/xfa_script_layoutpseudomodel.cpp
@@ -25,7 +25,6 @@
CScript_LayoutPseudoModel::CScript_LayoutPseudoModel(CXFA_Document* pDocument)
: CXFA_OrdinaryObject(pDocument, XFA_Element::LayoutPseudoModel) {
- m_uScriptHash = XFA_HASHCODE_Layout;
}
CScript_LayoutPseudoModel::~CScript_LayoutPseudoModel() {}
void CScript_LayoutPseudoModel::Script_LayoutPseudoModel_Ready(