diff options
Diffstat (limited to 'xfa')
-rw-r--r-- | xfa/fxfa/parser/cxfa_dataexporter.h | 5 |
1 files changed, 0 insertions, 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<IFX_SeekableStream>& pWrite, CXFA_Node* pNode); - - private: - bool Export(const RetainPtr<CFX_SeekableStreamProxy>& pStream, - CXFA_Node* pNode); }; #endif // XFA_FXFA_PARSER_CXFA_DATAEXPORTER_H_ |