diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-08-05 10:11:22 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-08-05 10:11:22 -0700 |
commit | 18d0aafda2d4984f510f4f679bfc5393c2c8a81b (patch) | |
tree | d236e8bd408a51d1ef928d5ec9a348c9314443bc /core/include/fxcrt/fx_stream.h | |
parent | 29007840b6deb699174ae5a6ef6b1188d001aa05 (diff) | |
download | pdfium-18d0aafda2d4984f510f4f679bfc5393c2c8a81b.tar.xz |
Merge to XFA: FPDF_Creator can only create file through callbacks.
(cherry picked from commit 5cd398545141226f082b2f757f23c73303058a83)
Original Review URL: https://codereview.chromium.org/1264423003 .
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1275623002 .
Diffstat (limited to 'core/include/fxcrt/fx_stream.h')
-rw-r--r-- | core/include/fxcrt/fx_stream.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h index e51c2bd244..f872e3334b 100644 --- a/core/include/fxcrt/fx_stream.h +++ b/core/include/fxcrt/fx_stream.h @@ -77,8 +77,6 @@ class IFX_FileWrite : public IFX_StreamWrite { return WriteBlock(pData, GetSize(), size); } }; -IFX_FileWrite* FX_CreateFileWrite(const FX_CHAR* filename); -IFX_FileWrite* FX_CreateFileWrite(const FX_WCHAR* filename); class IFX_StreamRead { public: virtual ~IFX_StreamRead() {} |