diff stream/stream_dvd.c @ 23381:300e9b7c499f

Remove some unused variables, patch by timwoj ieee org.
author diego
date Mon, 28 May 2007 08:42:35 +0000
parents cef784b467ac
children 0f1c9cf1752d
line wrap: on
line diff
--- a/stream/stream_dvd.c	Mon May 28 08:18:23 2007 +0000
+++ b/stream/stream_dvd.c	Mon May 28 08:42:35 2007 +0000
@@ -652,7 +652,7 @@
 static int dvd_seek_to_time(stream_t *stream, ifo_handle_t *vts_file, double sec)
 {
     unsigned int i, j, k, timeunit, ac_time, tmap_sector=0, cell_sector=0, vobu_sector=0;
-    int t=0, t2=0;
+    int t=0;
     double tm, duration;
     off_t pos = -1;
     dvd_priv_t *d = stream->priv;