From: Felix Paul Kühne Date: Sat, 5 Jul 2008 22:50:29 +0000 (+0200) Subject: There is no need to reload the playlist on every single cycle of the manage thread... X-Git-Tag: 0.9.0-test2~196 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=92a7fbd19d9c53b9193293c09907a2bd02a71b0b;p=vlc There is no need to reload the playlist on every single cycle of the manage thread. Trust the callbacks triggering 'PlaylistChanged' in VLCMain. --- diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m index f2ee386328..78b29a6f93 100644 --- a/modules/gui/macosx/intf.m +++ b/modules/gui/macosx/intf.m @@ -1368,7 +1368,6 @@ static VLCMain *_o_sharedMainInstance = nil; else { p_intf->p_sys->i_play_status = END_S; - p_intf->p_sys->b_playlist_update = true; [self playStatusUpdated: p_intf->p_sys->i_play_status]; [o_embedded_window playStatusUpdated: p_intf->p_sys->i_play_status]; [self setSubmenusEnabled: FALSE];