Commit 33b94332 authored by Rafaël Carré's avatar Rafaël Carré

remove unnecessary vlc_object_yield()

parent d371f1e4
......@@ -413,7 +413,6 @@ static char *TitleGet( vlc_object_t *p_this )
if( p_input )
{
vlc_object_yield( p_input );
psz_title = vlc_input_item_GetInfo( p_input->input.p_item,
_("Meta-information"), _(VLC_META_TITLE) );
if( !*psz_title )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment