*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 13 Apr 2019 06:26:57 +0200
changeset 24069 6f4f9e93ca51
parent 24068 3add4c42c177
child 24070 85b7952e1260
*** empty log message ***
OSXOperatingSystem.st
--- a/OSXOperatingSystem.st	Sat Apr 13 06:26:09 2019 +0200
+++ b/OSXOperatingSystem.st	Sat Apr 13 06:26:57 2019 +0200
@@ -471,8 +471,10 @@
     }
     @global(NSApp) = __MKEXTERNALADDRESS(NSApp);
 
+# if 0 /* not needed */
     id req = objc_msgSend(NSApp,sel_getUid("requestUserAttention:"),0);
     objc_msgSend(NSApp,sel_getUid("cancelUserAttentionRequest:"),req);
+# endif
 
 # if 0 /* not needed */
     id appDelInst = objc_msgSend((id)objc_getClass("AppDelegate"), sel_getUid("alloc"));