]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
decoder: fix data race in sout
[vlc] / src / libvlc.c
index 6aa0edb81927cc2905eeee7816e8f0f31e731a9c..cff3784c1660d59886f8ce6e58967df8811a4fbc 100644 (file)
@@ -455,9 +455,6 @@ dbus_out:
     free( psz_modules );
     free( psz_control );
 
-    if( var_InheritBool( p_libvlc, "file-logging" ) )
-        libvlc_InternalAddIntf( p_libvlc, "logger,none" );
-
     if( var_InheritBool( p_libvlc, "network-synchronisation") )
         libvlc_InternalAddIntf( p_libvlc, "netsync,none" );