| Index: core/fxcrt/fxcrt_posix.h
|
| diff --git a/core/fxcrt/fxcrt_posix.h b/core/fxcrt/fxcrt_posix.h
|
| index 969707a7b98a8e535bff054a40557a808d48532d..37f6548d4019b31d858ea63667f47c9be6ee9dbf 100644
|
| --- a/core/fxcrt/fxcrt_posix.h
|
| +++ b/core/fxcrt/fxcrt_posix.h
|
| @@ -21,7 +21,6 @@ class CFXCRT_FileAccess_Posix : public IFXCRT_FileAccess {
|
| FX_BOOL Open(const CFX_ByteStringC& fileName, uint32_t dwMode) override;
|
| FX_BOOL Open(const CFX_WideStringC& fileName, uint32_t dwMode) override;
|
| void Close() override;
|
| - void Release() override;
|
| FX_FILESIZE GetSize() const override;
|
| FX_FILESIZE GetPosition() const override;
|
| FX_FILESIZE SetPosition(FX_FILESIZE pos) override;
|
|
|