]> git.sesse.net Git - vlc/blobdiff - modules/video_output/macosx.m
macosx vout: public getter for vd should not be needed anymore
[vlc] / modules / video_output / macosx.m
index 3d475eff026e3ff5df15a77747f10372ea11a649..3fc998bc945ca3ae9e144efff80dc071dedd852c 100644 (file)
@@ -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).