| Index: core/include/fxcrt/fx_stream.h
|
| diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h
|
| index 2f3ebdcfce3b76ff7e3b48511eb7a12e0d28fcaa..73ec7e05b206bec00876e3a1f4a0b7fdb44af708 100644
|
| --- a/core/include/fxcrt/fx_stream.h
|
| +++ b/core/include/fxcrt/fx_stream.h
|
| @@ -78,8 +78,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() {}
|
|
|