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
This commit is contained in:
nicodvb 2007-08-27 21:40:09 +00:00
parent c803ba9baf
commit 0bfd6cb4f1
1 changed files with 0 additions and 1 deletions

View File

@ -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;