From 8704578164dfe71b45524a7722faf21a7ff7cbb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 12 Nov 2006 15:35:45 +0000 Subject: [PATCH 1/1] Suppress unused variable --- modules/demux/playlist/xspf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/demux/playlist/xspf.c b/modules/demux/playlist/xspf.c index f57c8ee669..11c3ad4472 100644 --- a/modules/demux/playlist/xspf.c +++ b/modules/demux/playlist/xspf.c @@ -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; -- 2.39.2