vlc/vlc-2.0 | branch: master | Felix Paul Kühne <[email protected]> | Mon Mar 5 20:52:07 2012 +0100| [aa797220da1cf55ec829399dd8d827aa1c4b6a54] | committer: Felix Paul Kühne
macosx: fixed compilation warning (cherry picked from commit ccaeb4ab6ede00476172969fe61943ae8bde84af) > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=aa797220da1cf55ec829399dd8d827aa1c4b6a54 --- modules/gui/macosx/MainWindow.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/modules/gui/macosx/MainWindow.h b/modules/gui/macosx/MainWindow.h index 8fae5e1..21bd9dc 100644 --- a/modules/gui/macosx/MainWindow.h +++ b/modules/gui/macosx/MainWindow.h @@ -189,7 +189,6 @@ - (void)leaveFullscreenAndFadeOut: (BOOL)fadeout; - (void)hasEndedFullscreen; - (void)hasBecomeFullscreen; -- (void)setFrameOnMainThread:(NSData*)packedargs; /* lion's native fullscreen handling */ - (void)windowWillEnterFullScreen:(NSNotification *)notification; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
