]> git.sesse.net Git - vlc/commitdiff
Suppress unused variable
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 12 Nov 2006 15:35:45 +0000 (15:35 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 12 Nov 2006 15:35:45 +0000 (15:35 +0000)
modules/demux/playlist/xspf.c

index f57c8ee6696873e1049edf9549be5670cd103f7b..11c3ad447228d619726d83251f674d1c9fa40da6 100644 (file)
@@ -74,7 +74,6 @@ int Demux( demux_t *p_demux )
     xml_t *p_xml = NULL;
     xml_reader_t *p_xml_reader = NULL;
     char *psz_name = NULL;
-    input_item_t *p_input;
     INIT_PLAYLIST_STUFF;
     p_demux->p_sys->p_item_in_category = p_item_in_category;
     p_demux->p_sys->pp_tracklist = NULL;