Update comment

This commit is contained in:
Robin Dunn
2022-10-17 14:32:17 -07:00
parent 7c4d21d778
commit a646f1c1a7

View File

@@ -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;