From: Pierre d'Herbemont Date: Sat, 12 Jul 2008 15:44:06 +0000 (+0200) Subject: macosx: Remove a lonesome pl_Yield. X-Git-Tag: 0.9.0-test2~39 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=f71d55dd356d9f1fb225f221adeb1ee8e5dc3aee;p=vlc macosx: Remove a lonesome pl_Yield. --- diff --git a/modules/gui/macosx/controls.m b/modules/gui/macosx/controls.m index 75536d4673..f5ea68a0ac 100644 --- a/modules/gui/macosx/controls.m +++ b/modules/gui/macosx/controls.m @@ -499,7 +499,6 @@ } else { - playlist_t * p_playlist = pl_Yield( VLCIntf ); /* Fullscreen state for next time will be saved here too */ [o_vout_view toggleFullscreen]; }