summaryrefslogtreecommitdiff
path: root/core/fxge/win32/win32_int.h
diff options
context:
space:
mode:
authordan sinclair <dsinclair@chromium.org>2017-05-11 09:57:27 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-05-11 20:19:30 +0000
commite6324fa7137fa224daa397464293e0c74e1c68ce (patch)
tree7e5a8246bfad7675f280857e53c1f7d745c6f469 /core/fxge/win32/win32_int.h
parentcb377bec7023723b23a015921ef781cb355b3c92 (diff)
downloadpdfium-e6324fa7137fa224daa397464293e0c74e1c68ce.tar.xz
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 <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxge/win32/win32_int.h')
-rw-r--r--core/fxge/win32/win32_int.h2
1 files changed, 0 insertions, 2 deletions
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;