]> git.sesse.net Git - vlc/blobdiff - modules/misc/freetype.c
vlc_mutex_init: remove unused paramter
[vlc] / modules / misc / freetype.c
index 94523571c4853b1d1fc9ac40b3de1f02969066ec..7d13d032a19da849261f8174afa1ccc1fc01ddfe 100644 (file)
@@ -363,7 +363,7 @@ static int Create( vlc_object_t *p_this )
     }
 
 #ifdef HAVE_FONTCONFIG
-    vlc_mutex_init( p_filter, &p_sys->fontconfig_lock );
+    vlc_mutex_init( &p_sys->fontconfig_lock );
     p_sys->b_fontconfig_ok = false;
     p_sys->p_fontconfig    = NULL;