From: Derk-Jan Hartman Date: Tue, 30 Sep 2008 17:17:00 +0000 (+0200) Subject: macosx: Remove spurious call. X-Git-Tag: 1.0.0-pre1~2793 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4830a583d5302501099db67c8f9c3402b754e234;p=vlc macosx: Remove spurious call. (cherry picked from commit b0438df5b9a5a7976be069ec173bb2077f97fd58) --- diff --git a/modules/gui/macosx/embeddedwindow.m b/modules/gui/macosx/embeddedwindow.m index 410ec6ce74..4b2cea48fc 100644 --- a/modules/gui/macosx/embeddedwindow.m +++ b/modules/gui/macosx/embeddedwindow.m @@ -278,8 +278,6 @@ [o_temp_view setFrame:[o_view frame]]; [o_fullscreen_window setContentView:o_view]; - [o_fullscreen_window makeKeyAndOrderFront:self]; - [o_fullscreen_window makeKeyAndOrderFront:self]; [o_fullscreen_window orderFront:self animate:YES];