Commit 9e904e66 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/video effects: remove object instance from xib file and further reduce the exposed class API

parent d53743bf
...@@ -1131,7 +1131,7 @@ ...@@ -1131,7 +1131,7 @@
o_videoeffects = [[VLCVideoEffects alloc] init]; o_videoeffects = [[VLCVideoEffects alloc] init];
if (!b_nib_videoeffects_loaded) if (!b_nib_videoeffects_loaded)
b_nib_videoeffects_loaded = [NSBundle loadNibNamed:@"VideoEffects" owner: NSApp]; b_nib_videoeffects_loaded = [NSBundle loadNibNamed:@"VideoEffects" owner: o_videoeffects];
[o_videoeffects toggleWindow:sender]; [o_videoeffects toggleWindow:sender];
} }
......
This diff is collapsed.
This diff is collapsed.
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