[vlc-commits] macosx: fixed execution on OS X 10.5 (close #6282)

Felix Paul Kühne git at videolan.org
Tue Mar 6 20:04:53 CET 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Tue Mar  6 19:54:13 2012 +0100| [7351e9519832178e2fe5f27bbdffa2e5cb949b4d] | committer: Felix Paul Kühne

macosx: fixed execution on OS X 10.5 (close #6282)

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

 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 c9b6e79..f7d24ec 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];



More information about the vlc-commits mailing list