]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/xcommon.c
vlc_mutex_init: remove unused paramter
[vlc] / modules / video_output / x11 / xcommon.c
index c3bb635341b02ab6415658dbc79945e5ae3fe5d2..b8230349d4942c115bacbd8c4754100845ca3540 100644 (file)
@@ -211,7 +211,7 @@ int E_(Activate) ( vlc_object_t *p_this )
         return VLC_ENOMEM;
     }
 
-    vlc_mutex_init( p_vout, &p_vout->p_sys->lock );
+    vlc_mutex_init( &p_vout->p_sys->lock );
 
     /* Open display, using the "display" config variable or the DISPLAY
      * environment variable */