]> git.sesse.net Git - vlc/commitdiff
There is no need to reload the playlist on every single cycle of the manage thread...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 5 Jul 2008 22:50:29 +0000 (00:50 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 5 Jul 2008 22:50:53 +0000 (00:50 +0200)
modules/gui/macosx/intf.m

index f2ee3863285f56f8bbc7c3c74b08554f85e86eaf..78b29a6f938f9b4d00909588ce095ee34378385d 100644 (file)
@@ -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];