From 0bfd6cb4f1d431e57afecf805873dfda9c058bf5 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Mon, 27 Aug 2007 21:40:09 +0000 Subject: in stream_control() remove redefinition of d in a case block, previously assigned in the same function git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24249 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_dvd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'stream') diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c index 1625fdbf97..4e9748a812 100644 --- a/stream/stream_dvd.c +++ b/stream/stream_dvd.c @@ -732,7 +732,6 @@ static int control(stream_t *stream,int cmd,void* arg) } 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; -- cgit v1.2.3