[vlc-devel] commit: macosx: Remove spurious call. (Derk-Jan Hartman )

git version control git at videolan.org
Tue Sep 30 19:28:29 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Tue Sep 30 19:17:00 2008 +0200| [4830a583d5302501099db67c8f9c3402b754e234] | committer: Derk-Jan Hartman 

macosx: Remove spurious call.
(cherry picked from commit b0438df5b9a5a7976be069ec173bb2077f97fd58)

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

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

diff --git a/modules/gui/macosx/embeddedwindow.m b/modules/gui/macosx/embeddedwindow.m
index 410ec6c..4b2cea4 100644
--- a/modules/gui/macosx/embeddedwindow.m
+++ b/modules/gui/macosx/embeddedwindow.m
@@ -279,8 +279,6 @@
             [o_fullscreen_window setContentView:o_view];
 
             [o_fullscreen_window makeKeyAndOrderFront:self];
-
-            [o_fullscreen_window makeKeyAndOrderFront:self];
             [o_fullscreen_window orderFront:self animate:YES];
 
             [o_fullscreen_window setFrame:screen_rect display:YES];




More information about the vlc-devel mailing list