already did the todo

This commit is contained in:
Kleadron
2023-08-01 02:37:11 -07:00
parent b4a685eba0
commit 5535ef004c

View File

@@ -302,7 +302,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLin
if (wantVSync)
{
// todo: check if DWM sync is appropriate for versions over 7/vista
#ifdef USE_DWM_SYNC
if (hasDWM && IsWindowsVistaOrGreater())
{