Commit 61b050bd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove broken/unsafe constructs

parent 513a8db0
...@@ -395,8 +395,7 @@ QStringList PLModel::selectedURIs() ...@@ -395,8 +395,7 @@ QStringList PLModel::selectedURIs()
if( !item ) if( !item )
continue; continue;
input_item_t *p_item = input_item_GetById( p_playlist, input_item_t *p_item = NULL;
item->i_input_id );
if( !p_item ) if( !p_item )
continue; continue;
......
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