diff options
Diffstat (limited to 'xfa/fxfa/parser/cxfa_treelist.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_treelist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/cxfa_treelist.h b/xfa/fxfa/parser/cxfa_treelist.h index 890fc89507..3c65ca5963 100644 --- a/xfa/fxfa/parser/cxfa_treelist.h +++ b/xfa/fxfa/parser/cxfa_treelist.h @@ -18,8 +18,6 @@ class CXFA_TreeList : public CXFA_List { explicit CXFA_TreeList(CXFA_Document* pDocument); ~CXFA_TreeList() override; - CJX_TreeList* JSNodeList() { return static_cast<CJX_TreeList*>(JSObject()); } - CXFA_Node* NamedItem(const WideStringView& wsName); }; |