From 3b3a8924773effa59c8e85b6075fd8c659c6e39a Mon Sep 17 00:00:00 2001 From: David Fuhrmann Date: Sun, 6 May 2012 11:13:24 +0200 Subject: [PATCH] macosx vout: public getter for vd should not be needed anymore --- modules/gui/macosx/VideoView.m | 10 ---------- modules/video_output/macosx.m | 6 ------ 2 files changed, 16 deletions(-) diff --git a/modules/gui/macosx/VideoView.m b/modules/gui/macosx/VideoView.m index ed0f005069..3e90d3a991 100644 --- a/modules/gui/macosx/VideoView.m +++ b/modules/gui/macosx/VideoView.m @@ -60,16 +60,6 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable, return VLC_SUCCESS; } -/***************************************************************************** - * VLCOpenGLVideoView interface excerpt - * full implementation in modules/video_output/macosx.m:95 - *****************************************************************************/ -@interface VLCOpenGLVideoView : NSOpenGLView -{ -} -- (vout_display_t *)voutDisplay; -@end - /***************************************************************************** * VLCVoutView implementation *****************************************************************************/ diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m index 3d475eff02..3fc998bc94 100644 --- a/modules/video_output/macosx.m +++ b/modules/video_output/macosx.m @@ -99,7 +99,6 @@ vlc_module_end () BOOL _hasPendingReshape; } - (void)setVoutDisplay:(vout_display_t *)vd; -- (vout_display_t *)voutDisplay; - (void)setVoutFlushing:(BOOL)flushing; @end @@ -536,11 +535,6 @@ static void OpenglSwap (vlc_gl_t *gl) } } -- (vout_display_t *)voutDisplay -{ - return vd; -} - /** * Gets called when the vout will aquire the lock and flush. * (Non main thread). -- 2.39.2