[vlc-devel] commit: macosx: Remove a lonesome pl_Yield. (Pierre d'Herbemont )

git version control git at videolan.org
Sat Jul 12 17:42:41 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jul 12 17:44:06 2008 +0200| [f71d55dd356d9f1fb225f221adeb1ee8e5dc3aee]

macosx: Remove a lonesome pl_Yield.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f71d55dd356d9f1fb225f221adeb1ee8e5dc3aee
---

 modules/gui/macosx/controls.m |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/controls.m b/modules/gui/macosx/controls.m
index 75536d4..f5ea68a 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];
             }




More information about the vlc-devel mailing list