[vlc-devel] commit: macosx: Remove spurious call. (Derk-Jan Hartman )
git version control
git at videolan.org
Tue Sep 30 19:19:43 CEST 2008
vlc | branch: 0.9-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Tue Sep 30 19:17:00 2008 +0200| [b0438df5b9a5a7976be069ec173bb2077f97fd58] | committer: Derk-Jan Hartman
macosx: Remove spurious call.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0438df5b9a5a7976be069ec173bb2077f97fd58
---
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 1ecea7f..4a5cc69 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