[vlc-devel] [PATCH 1/5] macosx: Remove unused variable

Marvin Scholz epirat07 at gmail.com
Mon Aug 7 21:57:05 CEST 2017


---
 modules/gui/macosx/VLCVoutWindowController.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/gui/macosx/VLCVoutWindowController.m b/modules/gui/macosx/VLCVoutWindowController.m
index 2df0015624..2ffc4c2c2f 100644
--- a/modules/gui/macosx/VLCVoutWindowController.m
+++ b/modules/gui/macosx/VLCVoutWindowController.m
@@ -263,7 +263,6 @@ - (VLCVoutView *)setupVoutForWindow:(vout_window_t *)p_wnd withProposedVideoView
         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];
-- 
2.11.0 (Apple Git-81)



More information about the vlc-devel mailing list