diff options
author | tsepez <tsepez@chromium.org> | 2016-05-19 17:31:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-19 17:31:01 -0700 |
commit | 411f1185f44b7862a9b1c16e588407ae197752dd (patch) | |
tree | c02ce8943cd41b857c198ef5e5bc7ef847368199 /core/fxcrt/fxcrt_posix.h | |
parent | 1f36fa860a170081f66809d634ec7ab83d7cb25e (diff) | |
download | pdfium-411f1185f44b7862a9b1c16e588407ae197752dd.tar.xz |
Remove Release() from IFXCRT_FileAccess.
Remove some unused impls.
Review-Url: https://codereview.chromium.org/1994323002
Diffstat (limited to 'core/fxcrt/fxcrt_posix.h')
-rw-r--r-- | core/fxcrt/fxcrt_posix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxcrt/fxcrt_posix.h b/core/fxcrt/fxcrt_posix.h index 969707a7b9..37f6548d40 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; |