vlc/vlc-2.0 | branch: master | Felix Paul Kühne <[email protected]> | Tue Mar 6 19:54:13 2012 +0100| [dc1b7eff67f4c225f7dafa22bcf80fca587d6e54] | committer: Jean-Baptiste Kempf
macosx: fixed execution on OS X 10.5 (close #6282) (cherry picked from commit 7351e9519832178e2fe5f27bbdffa2e5cb949b4d) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=dc1b7eff67f4c225f7dafa22bcf80fca587d6e54 --- modules/gui/macosx/MainWindow.m | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m index 1f08581..3f53b08 100644 --- a/modules/gui/macosx/MainWindow.m +++ b/modules/gui/macosx/MainWindow.m @@ -522,9 +522,6 @@ static VLCMainWindow *_o_sharedInstance = nil; [o_detached_resize_view removeFromSuperviewWithoutNeedingDisplay]; } - if (OSX_LEOPARD) - [o_time_sld_fancygradient_view removeFromSuperviewWithoutNeedingDisplay]; - [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(someWindowWillClose:) name: NSWindowWillCloseNotification object: nil]; [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(someWindowWillMiniaturize:) name: NSWindowWillMiniaturizeNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(applicationWillTerminate:) name: NSApplicationWillTerminateNotification object: nil]; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
