Skip to content
Snippets Groups Projects
Commit f33d4388 authored by Marvin Scholz's avatar Marvin Scholz Committed by Jean-Baptiste Kempf
Browse files

macosx: Remove unused variable


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 465f286d
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,6 @@ void WindowClose(vout_window_t *p_wnd)
if (!b_video_deco)
mask |= NSResizableWindowMask;
BOOL b_no_video_deco_only = !b_video_wallpaper;
o_new_video_window = [[VLCVideoWindowCommon alloc] initWithContentRect:window_rect styleMask:mask backing:NSBackingStoreBuffered defer:YES];
[o_new_video_window setDelegate:o_new_video_window];
[o_new_video_window setReleasedWhenClosed: NO];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment