From a646f1c1a7233f3726fa343487493a4c34a69f7f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 17 Oct 2022 14:32:17 -0700 Subject: [PATCH] Update comment --- src/app_ex.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/app_ex.cpp b/src/app_ex.cpp index 39b414e2..8b189f18 100644 --- a/src/app_ex.cpp +++ b/src/app_ex.cpp @@ -329,12 +329,7 @@ bool wxPyApp::IsDisplayAvailable() } else #endif { - // Also foreground the application on the first call as a side-effect. - // - // TODO: These APIs are deprecated, and will likely be gone in the 10.15 SDK - // - // [NSRunningApplication activateIgnoringOtherApps: YES] ?? - // + // Assume all is well... Until something better is found again. rv = true; } return rv;