Commit 7351e951 authored by Felix Paul Kühne's avatar Felix Paul Kühne

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

parent 6e270e35
...@@ -522,9 +522,6 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -522,9 +522,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
[o_detached_resize_view removeFromSuperviewWithoutNeedingDisplay]; [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(someWindowWillClose:) name: NSWindowWillCloseNotification object: nil];
[[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(someWindowWillMiniaturize:) name: NSWindowWillMiniaturizeNotification object:nil]; [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(someWindowWillMiniaturize:) name: NSWindowWillMiniaturizeNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(applicationWillTerminate:) name: NSApplicationWillTerminateNotification object: nil]; [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(applicationWillTerminate:) name: NSApplicationWillTerminateNotification object: nil];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment