Changeset 0ff332eea0587d2f46292327c847b3de858e066c
- Timestamp:
- 05/13/08 12:16:46
(2 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1210673806 +0200
- git-parent:
[8a0dc31dcad18b36c9545910c0e09b22a4c6c020]
- git-author:
- Rafaël Carré <funman@videolan.org> 1210673806 +0200
- Message:
Remove unused variable
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8a0dc31 |
r0ff332e |
|
| 144 | 144 | static int Del( sout_stream_t *p_stream, sout_stream_id_t *id ) |
|---|
| 145 | 145 | { |
|---|
| 146 | | sout_stream_sys_t *p_sys = p_stream->p_sys; |
|---|
| 147 | | |
|---|
| 148 | 146 | msg_Dbg( p_stream, "Removing a stream" ); |
|---|
| 149 | 147 | |
|---|