Browse Source

input: remove useless and deprecated comment

pull/170/head
Thomas Guillem 2 years ago
committed by Steve Lhomme
parent
commit
eec54acae7
  1. 5
      src/input/input.c

5
src/input/input.c

@ -294,12 +294,7 @@ input_thread_t * input_Create( vlc_object_t *p_parent, input_item_t *p_item,
if( !var_InheritBool( p_input, "interact" ) )
p_input->obj.no_interact = true;
else if( cfg->interact )
{
/* If true, this item was asked explicitly to interact with the user
* (via libvlc_MetadataRequest). Sub items created from this input won't
* have this flag and won't interact with the user */
p_input->obj.no_interact = false;
}
vlc_mutex_unlock( &p_item->lock );

Loading…
Cancel
Save