Skip to content

Commit 2c58e27

Browse files
committed
cleanups
1 parent d8324ed commit 2c58e27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Engine/system/api/windowsapi.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,6 @@ long long WindowsApi::windowProc(void *_hWnd, uint32_t msg, const unsigned long
478478
break;
479479

480480
case WM_DPICHANGED: {
481-
const UINT dpi = HIWORD(wParam);
482-
const float uiScale = dpiToUiScale(dpi);
483481
Tempest::SizeEvent e(cb->w(), cb->h());
484482
SystemApi::dispatchResize(*cb,e);
485483
break;

0 commit comments

Comments
 (0)