changeset 24229:7f96849a8bae

in stream_control() remove redefinition of d in a case block, previously assigned in the same function
author nicodvb
date Mon, 27 Aug 2007 21:40:09 +0000
parents b5406f2f5044
children c934b8f98251
files stream/stream_dvd.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_dvd.c	Mon Aug 27 21:10:41 2007 +0000
+++ b/stream/stream_dvd.c	Mon Aug 27 21:40:09 2007 +0000
@@ -732,7 +732,6 @@
         }
         case STREAM_CTRL_SEEK_TO_TIME:
         {
-            dvd_priv_t *d = stream->priv;
             if(stream_cache_size > 0) return STREAM_UNSUPORTED;
             if(dvd_seek_to_time(stream, d->vts_file, *((double*)arg)))
               return 1;