[vlc-devel] commit: Unused variable. ( Rémi Duraffort )
git version control
git at videolan.org
Mon Dec 1 20:25:48 CET 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Mon Dec 1 20:25:36 2008 +0100| [3b3a30cff9d72c905b6bbc2c4afb0e8c5cb55a8e] | committer: Rémi Duraffort
Unused variable.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b3a30cff9d72c905b6bbc2c4afb0e8c5cb55a8e
---
src/input/input.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/input/input.c b/src/input/input.c
index a69dbf3..88a4c08 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -1947,7 +1947,6 @@ static bool Control( input_thread_t *p_input, int i_type,
}
else if( p_input->p->input.i_title > 0 )
{
- demux_t *p_demux = p_input->p->input.p_demux;
access_t *p_access = p_input->p->input.p_access;
int i_seekpoint;
int64_t i_input_time;
More information about the vlc-devel
mailing list