diff options
Diffstat (limited to 'win32/PlatWin.h')
-rw-r--r-- | win32/PlatWin.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/PlatWin.h b/win32/PlatWin.h index a901ec78d..ec1281979 100644 --- a/win32/PlatWin.h +++ b/win32/PlatWin.h @@ -50,8 +50,7 @@ float GetDeviceScaleFactorWhenGdiScalingActive(HWND hWnd) noexcept; int SystemMetricsForDpi(int nIndex, UINT dpi) noexcept; -constexpr int defaultCursorBaseSize = 32; -HCURSOR LoadReverseArrowCursor(UINT dpi, int cursorBaseSize) noexcept; +HCURSOR LoadReverseArrowCursor(UINT dpi) noexcept; class MouseWheelDelta { int wheelDelta = 0; |