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/win32/win32_int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/fxge/win32/win32_int.h') diff --git a/core/fxge/win32/win32_int.h b/core/fxge/win32/win32_int.h index a5fc853de5..2f69c0ea57 100644 --- a/core/fxge/win32/win32_int.h +++ b/core/fxge/win32/win32_int.h @@ -156,7 +156,6 @@ class CGdiDeviceDriver : public IFX_RenderDeviceDriver { uint32_t color, int blend_type) override; bool GetClipBox(FX_RECT* pRect) override; - void* GetPlatformSurface() const override; void DrawLine(float x1, float y1, float x2, float y2); @@ -322,7 +321,6 @@ class CPSPrinterDriver : public IFX_RenderDeviceDriver { const CFX_Matrix* pObject2Device, float font_size, uint32_t color) override; - void* GetPlatformSurface() const override; HDC m_hDC; bool m_bCmykOutput; -- cgit v1.2.3