| Index: xfa/fxfa/parser/xfa_script_hostpseudomodel.h
|
| diff --git a/xfa/fxfa/parser/xfa_script_hostpseudomodel.h b/xfa/fxfa/parser/xfa_script_hostpseudomodel.h
|
| index cabaabca4a7189fedb08052de4093209ba12d601..d5c1b197b8f04dded89c96de5a1794506cb8838d 100644
|
| --- a/xfa/fxfa/parser/xfa_script_hostpseudomodel.h
|
| +++ b/xfa/fxfa/parser/xfa_script_hostpseudomodel.h
|
| @@ -19,9 +19,6 @@ class CScript_HostPseudoModel : public CXFA_Object {
|
| void AppType(CFXJSE_Value* pValue,
|
| FX_BOOL bSetting,
|
| XFA_ATTRIBUTE eAttribute);
|
| - void FoxitAppType(CFXJSE_Value* pValue,
|
| - FX_BOOL bSetting,
|
| - XFA_ATTRIBUTE eAttribute);
|
| void CalculationsEnabled(CFXJSE_Value* pValue,
|
| FX_BOOL bSetting,
|
| XFA_ATTRIBUTE eAttribute);
|
| @@ -47,14 +44,7 @@ class CScript_HostPseudoModel : public CXFA_Object {
|
| void Version(CFXJSE_Value* pValue,
|
| FX_BOOL bSetting,
|
| XFA_ATTRIBUTE eAttribute);
|
| - void FoxitVersion(CFXJSE_Value* pValue,
|
| - FX_BOOL bSetting,
|
| - XFA_ATTRIBUTE eAttribute);
|
| void Name(CFXJSE_Value* pValue, FX_BOOL bSetting, XFA_ATTRIBUTE eAttribute);
|
| - void FoxitName(CFXJSE_Value* pValue,
|
| - FX_BOOL bSetting,
|
| - XFA_ATTRIBUTE eAttribute);
|
| -
|
| void GotoURL(CFXJSE_Arguments* pArguments);
|
| void OpenList(CFXJSE_Arguments* pArguments);
|
| void Response(CFXJSE_Arguments* pArguments);
|
|
|