diff options
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 { |