From 7023b8877475dda639a15d623b5a552f88a6812f Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 12 Apr 2018 13:54:39 +0000 Subject: Remove CXFA_DocumentParser::m_bDocumentParser flag This CL removes the import data behaviour as it was never called and cleans up the m_bDocumentParser flag as it will always be used in the true case. Change-Id: If90a0a55cc76f406e9987aa71580e90edeaa01ba Reviewed-on: https://pdfium-review.googlesource.com/30292 Reviewed-by: Henrique Nakashima Commit-Queue: dsinclair --- xfa/fxfa/cxfa_ffdoc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'xfa/fxfa/cxfa_ffdoc.h') diff --git a/xfa/fxfa/cxfa_ffdoc.h b/xfa/fxfa/cxfa_ffdoc.h index dc656253ef..dacc246378 100644 --- a/xfa/fxfa/cxfa_ffdoc.h +++ b/xfa/fxfa/cxfa_ffdoc.h @@ -78,8 +78,6 @@ class CXFA_FFDoc { bool SavePackage(CXFA_Node* pNode, const RetainPtr& pFile); - bool ImportData(const RetainPtr& pStream, - bool bXDP = true); private: bool ParseDoc(CPDF_Object* pElementXFA); -- cgit v1.2.3