From 14fe518ae67eac22cc169517e69092f62a195913 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 1 Nov 2017 20:51:27 +0000 Subject: Add GetDocument() helper to CJX_Object Change-Id: I710ea0baa1befb093d7174d4fc61a5ab28e9f92a Reviewed-on: https://pdfium-review.googlesource.com/17315 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- fxjs/cjx_hostpseudomodel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'fxjs/cjx_hostpseudomodel.h') diff --git a/fxjs/cjx_hostpseudomodel.h b/fxjs/cjx_hostpseudomodel.h index 83497077c8..cb4a2b0d96 100644 --- a/fxjs/cjx_hostpseudomodel.h +++ b/fxjs/cjx_hostpseudomodel.h @@ -19,8 +19,6 @@ class CJX_HostPseudoModel : public CJX_Object { explicit CJX_HostPseudoModel(CScript_HostPseudoModel* model); ~CJX_HostPseudoModel() override; - CScript_HostPseudoModel* GetXFAHostPseudoModel(); - void AppType(CFXJSE_Value* pValue, bool bSetting, XFA_ATTRIBUTE eAttribute); void CalculationsEnabled(CFXJSE_Value* pValue, bool bSetting, -- cgit v1.2.3