From 411f1185f44b7862a9b1c16e588407ae197752dd Mon Sep 17 00:00:00 2001 From: tsepez Date: Thu, 19 May 2016 17:31:01 -0700 Subject: Remove Release() from IFXCRT_FileAccess. Remove some unused impls. Review-Url: https://codereview.chromium.org/1994323002 --- core/fxcrt/fxcrt_windows.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/fxcrt/fxcrt_windows.h') diff --git a/core/fxcrt/fxcrt_windows.h b/core/fxcrt/fxcrt_windows.h index 7444446d45..19cef0adc2 100644 --- a/core/fxcrt/fxcrt_windows.h +++ b/core/fxcrt/fxcrt_windows.h @@ -19,7 +19,6 @@ class CFXCRT_FileAccess_Win64 : 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; -- cgit v1.2.3