summaryrefslogtreecommitdiff
path: root/core/fxge/cfx_windowsdevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/cfx_windowsdevice.h')
-rw-r--r--core/fxge/cfx_windowsdevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fxge/cfx_windowsdevice.h b/core/fxge/cfx_windowsdevice.h
index 6240d84219..2d17cb7dd8 100644
--- a/core/fxge/cfx_windowsdevice.h
+++ b/core/fxge/cfx_windowsdevice.h
@@ -33,8 +33,6 @@ class CFX_WindowsDevice : public CFX_RenderDevice {
explicit CFX_WindowsDevice(HDC hDC);
~CFX_WindowsDevice() override;
-
- HDC GetDC() const;
};
#endif // _WIN32