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;