From e6324fa7137fa224daa397464293e0c74e1c68ce Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Thu, 11 May 2017 09:57:27 -0400 Subject: Remove unused GetPlatformSurface and GetDC methods The times we need the DC we call ::GetDC to retrieve it from the platform. These methods are unused. Change-Id: If83aa9b37ae2231d8029db6f2e6d8d17f1825611 Reviewed-on: https://pdfium-review.googlesource.com/5350 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- core/fxge/cfx_windowsdevice.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/fxge/cfx_windowsdevice.h') diff --git a/core/fxge/cfx_windowsdevice.h b/core/fxge/cfx_windowsdevice.h index 6240d84219..2d17cb7dd8 100644 --- a/core/fxge/cfx_windowsdevice.h +++ b/core/fxge/cfx_windowsdevice.h @@ -33,8 +33,6 @@ class CFX_WindowsDevice : public CFX_RenderDevice { explicit CFX_WindowsDevice(HDC hDC); ~CFX_WindowsDevice() override; - - HDC GetDC() const; }; #endif // _WIN32 -- cgit v1.2.3