From f0f819de8c6c508e77e06d86f1661aa2933af9e1 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Tue, 17 Apr 2018 18:46:09 +0000 Subject: Remove unimplemented CXFA_DataExporter private header The Export which takes a CFX_SeekableStreamProxy is never implemented. Removed. Change-Id: I130baeaf2bea7e5ebb0738330fa5de7152304367 Reviewed-on: https://pdfium-review.googlesource.com/30857 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- xfa/fxfa/parser/cxfa_dataexporter.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xfa/fxfa/parser/cxfa_dataexporter.h b/xfa/fxfa/parser/cxfa_dataexporter.h index 5e3b58fefb..6fe19d5536 100644 --- a/xfa/fxfa/parser/cxfa_dataexporter.h +++ b/xfa/fxfa/parser/cxfa_dataexporter.h @@ -13,7 +13,6 @@ class CXFA_Document; class CXFA_Node; class IFX_SeekableStream; -class CFX_SeekableStreamProxy; class CXFA_DataExporter { public: @@ -21,10 +20,6 @@ class CXFA_DataExporter { ~CXFA_DataExporter(); bool Export(const RetainPtr& pWrite, CXFA_Node* pNode); - - private: - bool Export(const RetainPtr& pStream, - CXFA_Node* pNode); }; #endif // XFA_FXFA_PARSER_CXFA_DATAEXPORTER_H_ -- cgit v1.2.3