[vlc-commits] vout/macosx: Remove dead mouse hiding code
    Marvin Scholz 
    git at videolan.org
       
    Tue Sep 26 15:16:27 CEST 2017
    
    
  
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Sep 26 14:37:04 2017 +0200| [bfe6ef4fc7dd990ee428d2ad5fdebbfb26e5517b] | committer: Marvin Scholz
vout/macosx: Remove dead mouse hiding code
Ref #18658
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bfe6ef4fc7dd990ee428d2ad5fdebbfb26e5517b
---
 modules/video_output/macosx.m | 6 ------
 1 file changed, 6 deletions(-)
diff --git a/modules/video_output/macosx.m b/modules/video_output/macosx.m
index f8447723d7..1cdb780526 100644
--- a/modules/video_output/macosx.m
+++ b/modules/video_output/macosx.m
@@ -418,12 +418,6 @@ static int Control (vout_display_t *vd, int query, va_list ap)
                 return VLC_SUCCESS;
             }
 
-            case VOUT_DISPLAY_HIDE_MOUSE: /* FIXME: dead code */
-            {
-                [NSCursor setHiddenUntilMouseMoves: YES];
-                return VLC_SUCCESS;
-            }
-
             case VOUT_DISPLAY_CHANGE_VIEWPOINT:
                 return vout_display_opengl_SetViewpoint (sys->vgl,
                     &va_arg (ap, const vout_display_cfg_t* )->viewpoint);
    
    
More information about the vlc-commits
mailing list