diff options
Diffstat (limited to 'fxjs/cjx_eventpseudomodel.h')
-rw-r--r-- | fxjs/cjx_eventpseudomodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fxjs/cjx_eventpseudomodel.h b/fxjs/cjx_eventpseudomodel.h index 10bacaebbe..95de0b5f5b 100644 --- a/fxjs/cjx_eventpseudomodel.h +++ b/fxjs/cjx_eventpseudomodel.h @@ -38,8 +38,6 @@ class CJX_EventPseudoModel : public CJX_Object { explicit CJX_EventPseudoModel(CScript_EventPseudoModel* model); ~CJX_EventPseudoModel() override; - CScript_EventPseudoModel* GetXFAEventPseudoModel(); - void Change(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute); void CommitKey(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute); void FullText(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute); |