]> git.sesse.net Git - vlc/blobdiff - modules/control/rc.c
Remove interface b_block property.
[vlc] / modules / control / rc.c
index f874fb6f3e502ad99839fa1683960821c37d008f..24eec8b10a695f2b6b1e66a3a716b01c244de5c5 100644 (file)
@@ -1462,7 +1462,6 @@ static int Intf( vlc_object_t *p_this, char const *psz_cmd,
     p_newintf = intf_Create( p_this->p_libvlc, newval.psz_string, 0, NULL );
     if( p_newintf )
     {
-        p_newintf->b_block = VLC_FALSE;
         if( intf_RunThread( p_newintf ) )
         {
             vlc_object_detach( p_newintf );