git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a0dc31
)
Remove unused variable
author
Rafaël Carré
<funman@videolan.org>
Tue, 13 May 2008 10:16:46 +0000
(12:16 +0200)
committer
Rafaël Carré
<funman@videolan.org>
Tue, 13 May 2008 10:16:46 +0000
(12:16 +0200)
modules/stream_out/description.c
patch
|
blob
|
history
diff --git
a/modules/stream_out/description.c
b/modules/stream_out/description.c
index
ffdd015
..
ca5fca2
100644
(file)
--- a/
modules/stream_out/description.c
+++ b/
modules/stream_out/description.c
@@
-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 );