From 5535ef004c16dfe92a1916c306e724f62629010f Mon Sep 17 00:00:00 2001 From: Kleadron Date: Tue, 1 Aug 2023 02:37:11 -0700 Subject: [PATCH] already did the todo --- platforms/windows/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/platforms/windows/main.cpp b/platforms/windows/main.cpp index cbd96e1..2d1c38e 100644 --- a/platforms/windows/main.cpp +++ b/platforms/windows/main.cpp @@ -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()) {