summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cscript_hostpseudomodel.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-07-23 19:01:14 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-07-23 19:01:14 +0000
commit76a1a353cd600f482261df730549605578eb8f76 (patch)
treec38961263fbd6daf27e3fd33e96968eaed0c223a /xfa/fxfa/parser/cscript_hostpseudomodel.h
parent721f5fa5061f2dec8282b7bde48c9d4721208b7a (diff)
downloadpdfium-76a1a353cd600f482261df730549605578eb8f76.tar.xz
Remove unused CScript_DataWindow::JSDataWindow().
Do the same thing for N other similar files. Change-Id: If9bb7f6335287441206083c3512fc8a788e9d39b Reviewed-on: https://pdfium-review.googlesource.com/38532 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cscript_hostpseudomodel.h')
-rw-r--r--xfa/fxfa/parser/cscript_hostpseudomodel.h5
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_