Commit 28e3ebd4 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix compiler warning. Removed unused variable

parent 888d3fc3
......@@ -339,7 +339,6 @@ static int Demux ( demux_t *p_demux )
playlist_item_t *p_child;
char *psz_line;
int i_position;
p_playlist = (playlist_t *) vlc_object_find( p_demux, VLC_OBJECT_PLAYLIST,
FIND_ANYWHERE );
......
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