summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_nodelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_nodelist.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_nodelist.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/xfa/fxfa/parser/cxfa_nodelist.cpp b/xfa/fxfa/parser/cxfa_nodelist.cpp
index 31e3bf6764..e05062ff88 100644
--- a/xfa/fxfa/parser/cxfa_nodelist.cpp
+++ b/xfa/fxfa/parser/cxfa_nodelist.cpp
@@ -36,30 +36,3 @@ CXFA_Node* CXFA_NodeList::NamedItem(const WideStringView& wsName) {
}
return nullptr;
}
-
-void CXFA_NodeList::Script_ListClass_Append(CFXJSE_Arguments* pArguments) {
- JSNodeList()->Script_ListClass_Append(pArguments);
-}
-
-void CXFA_NodeList::Script_ListClass_Insert(CFXJSE_Arguments* pArguments) {
- JSNodeList()->Script_ListClass_Insert(pArguments);
-}
-
-void CXFA_NodeList::Script_ListClass_Remove(CFXJSE_Arguments* pArguments) {
- JSNodeList()->Script_ListClass_Remove(pArguments);
-}
-
-void CXFA_NodeList::Script_ListClass_Item(CFXJSE_Arguments* pArguments) {
- JSNodeList()->Script_ListClass_Item(pArguments);
-}
-
-void CXFA_NodeList::Script_TreelistClass_NamedItem(
- CFXJSE_Arguments* pArguments) {
- JSNodeList()->Script_TreelistClass_NamedItem(pArguments);
-}
-
-void CXFA_NodeList::Script_ListClass_Length(CFXJSE_Value* pValue,
- bool bSetting,
- XFA_ATTRIBUTE eAttribute) {
- JSNodeList()->Script_ListClass_Length(pValue, bSetting, eAttribute);
-}