Removed useless vlc_thread_set_priority() calls in macosx code.
commit36ce01dddb15185557fa796b8632d21037957baf
authorLaurent Aimar <fenrir@videolan.org>
Mon, 23 May 2011 15:57:31 +0000 (23 17:57 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 23 May 2011 16:07:27 +0000 (23 18:07 +0200)
tree7adc9754261c1040fde5c6cce664b3e4903cb697
parent6f07ef8f5b42184df37e96ff33ee11110d3cea02
Removed useless vlc_thread_set_priority() calls in macosx code.

The thread are already created with the right priority. If not, then
vlc_clone() should be fixed instead.
Also, the vlc_thread_set_priority() calls on the main interface thread
seem bogus, as the target thread is dedicated to monitor the libvlc
death and is not the main running thread.
modules/gui/macosx/controls.m
modules/gui/macosx/intf.m
modules/gui/macosx/playlist.m
modules/gui/minimal_macosx/intf.m