diff options
author | Lei Zhang <thestig@chromium.org> | 2018-04-25 17:35:21 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-25 17:35:21 +0000 |
commit | 7b01255ef62f8df5cdd3053fd42c5c501274186d (patch) | |
tree | 09ac126ca9ba7eae7e581f57be0f815b28a9e232 /core/fxge/win32/win32_int.h | |
parent | d9da586dd3dbaa35706ac274e2fef8b73b867b22 (diff) | |
download | pdfium-7b01255ef62f8df5cdd3053fd42c5c501274186d.tar.xz |
Remove CDWriteExt.
It is never used.
Change-Id: I09220eb16a4679c8499079c3c1375574f6fc0450
Reviewed-on: https://pdfium-review.googlesource.com/31300
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core/fxge/win32/win32_int.h')
-rw-r--r-- | core/fxge/win32/win32_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fxge/win32/win32_int.h b/core/fxge/win32/win32_int.h index b248522f0a..7d4ec43cb9 100644 --- a/core/fxge/win32/win32_int.h +++ b/core/fxge/win32/win32_int.h @@ -17,7 +17,6 @@ #include "core/fxge/renderdevicedriver_iface.h" #include "core/fxge/win32/cfx_psrenderer.h" #include "core/fxge/win32/cpsoutput.h" -#include "core/fxge/win32/dwrite_int.h" class CFX_ImageRenderer; class FXTEXT_CHARPOS; @@ -126,7 +125,6 @@ class CWin32Platform { public: bool m_bHalfTone; CGdiplusExt m_GdiplusExt; - CDWriteExt m_DWriteExt; }; class CGdiDeviceDriver : public RenderDeviceDriverIface { |