summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordan sinclair <dsinclair@chromium.org>2018-04-17 18:46:09 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-17 18:46:09 +0000
commitf0f819de8c6c508e77e06d86f1661aa2933af9e1 (patch)
treef04dcdb97628d99673d01b6c1e27372a48b7b276
parent8e753ca397ea332b29d65736b0e0bf9ad466df56 (diff)
downloadpdfium-f0f819de8c6c508e77e06d86f1661aa2933af9e1.tar.xz
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 <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
-rw-r--r--xfa/fxfa/parser/cxfa_dataexporter.h5
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_