diff options
Diffstat (limited to 'fxjs/cjx_layoutpseudomodel.h')
-rw-r--r-- | fxjs/cjx_layoutpseudomodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxjs/cjx_layoutpseudomodel.h b/fxjs/cjx_layoutpseudomodel.h index 276eff8a2c..e0e1f7867d 100644 --- a/fxjs/cjx_layoutpseudomodel.h +++ b/fxjs/cjx_layoutpseudomodel.h @@ -29,8 +29,6 @@ class CJX_LayoutPseudoModel : public CJX_Object { explicit CJX_LayoutPseudoModel(CScript_LayoutPseudoModel* model); ~CJX_LayoutPseudoModel() override; - CScript_LayoutPseudoModel* GetXFALayoutPseudoModel(); - void Ready(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute); void H(CFXJSE_Arguments* pArguments); |