diff options
author | dan sinclair <dsinclair@chromium.org> | 2017-05-11 09:57:27 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-05-11 20:19:30 +0000 |
commit | e6324fa7137fa224daa397464293e0c74e1c68ce (patch) | |
tree | 7e5a8246bfad7675f280857e53c1f7d745c6f469 /core/fxge/ifx_renderdevicedriver.h | |
parent | cb377bec7023723b23a015921ef781cb355b3c92 (diff) | |
download | pdfium-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/ifx_renderdevicedriver.h')
-rw-r--r-- | core/fxge/ifx_renderdevicedriver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxge/ifx_renderdevicedriver.h b/core/fxge/ifx_renderdevicedriver.h index 97f35b641b..f4df846011 100644 --- a/core/fxge/ifx_renderdevicedriver.h +++ b/core/fxge/ifx_renderdevicedriver.h @@ -94,7 +94,6 @@ class IFX_RenderDeviceDriver { const CFX_Matrix* pObject2Device, float font_size, uint32_t color); - virtual void* GetPlatformSurface() const; virtual int GetDriverType() const; virtual void ClearDriver(); virtual bool DrawShading(const CPDF_ShadingPattern* pPattern, |