]> git.sesse.net Git - vlc/commitdiff
Remove unused variable
authorRafaël Carré <funman@videolan.org>
Tue, 13 May 2008 10:16:46 +0000 (12:16 +0200)
committerRafaël Carré <funman@videolan.org>
Tue, 13 May 2008 10:16:46 +0000 (12:16 +0200)
modules/stream_out/description.c

index ffdd01533faaaa573c9aa4306196fcc03905b222..ca5fca28be81d153ee09db0aab4e36c09e6845c7 100644 (file)
@@ -143,8 +143,6 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
 
 static int Del( sout_stream_t *p_stream, sout_stream_id_t *id )
 {
-    sout_stream_sys_t *p_sys = p_stream->p_sys;
-
     msg_Dbg( p_stream, "Removing a stream" );
 
     free( id );