diff options
Diffstat (limited to 'xfa/fxfa/parser/cscript_hostpseudomodel.h')
-rw-r--r-- | xfa/fxfa/parser/cscript_hostpseudomodel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xfa/fxfa/parser/cscript_hostpseudomodel.h b/xfa/fxfa/parser/cscript_hostpseudomodel.h index 7e4a37d4d5..8fb06c5e9c 100644 --- a/xfa/fxfa/parser/cscript_hostpseudomodel.h +++ b/xfa/fxfa/parser/cscript_hostpseudomodel.h @@ -7,7 +7,6 @@ #ifndef XFA_FXFA_PARSER_CSCRIPT_HOSTPSEUDOMODEL_H_ #define XFA_FXFA_PARSER_CSCRIPT_HOSTPSEUDOMODEL_H_ -#include "fxjs/xfa/cjx_hostpseudomodel.h" #include "xfa/fxfa/parser/cxfa_object.h" class CXFA_Document; @@ -16,10 +15,6 @@ class CScript_HostPseudoModel : public CXFA_Object { public: explicit CScript_HostPseudoModel(CXFA_Document* pDocument); ~CScript_HostPseudoModel() override; - - CJX_HostPseudoModel* JSHostPseudoModel() { - return static_cast<CJX_HostPseudoModel*>(JSObject()); - } }; #endif // XFA_FXFA_PARSER_CSCRIPT_HOSTPSEUDOMODEL_H_ |