[vlc-devel] commit: input: Remove unused variable. (Pierre d'Herbemont )

git version control git at videolan.org
Thu Aug 20 12:05:26 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Aug 20 11:55:18 2009 +0200| [73d86c5e4d879f90d5f2c0ecaf1b329d37f0903e] | committer: Pierre d'Herbemont 

input: Remove unused variable.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=73d86c5e4d879f90d5f2c0ecaf1b329d37f0903e
---

 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 f3f6e22..4444e72 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -957,7 +957,6 @@ static void StartTitle( input_thread_t * p_input )
         p_input->p->i_run = 0;
     }
 
-    const mtime_t i_length = var_GetTime( p_input, "length" );
     if( p_input->p->i_start > 0 )
     {
         vlc_value_t s;




More information about the vlc-devel mailing list