-
Enhancement
-
Resolution: Fixed
-
P4
-
8
-
Mac OS X
The native code on the Mac contains a lot of thread checks verifying that we are running on the main thread.
As most of these methods are only accessed from the main thread, most of the else clauses could be removed. A lot of unused code would be removed with them.
This should not affect the functionality.
As most of these methods are only accessed from the main thread, most of the else clauses could be removed. A lot of unused code would be removed with them.
This should not affect the functionality.