Mercurial > mplayer.hg
changeset 29083:f95c76d10473
Remove unused variable along with the related warning.
author | diego |
---|---|
date | Wed, 01 Apr 2009 16:27:03 +0000 |
parents | 27edb64156ff |
children | 88512570a249 |
files | stream/stream_dvd.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_dvd.c Wed Apr 01 09:24:46 2009 +0000 +++ b/stream/stream_dvd.c Wed Apr 01 16:27:03 2009 +0000 @@ -1094,7 +1094,6 @@ static int ifo_stream_open (stream_t *stream, int mode, void *opts, int *file_format) { - char *ext; char* filename; struct stream_priv_s *spriv; int len = strlen(stream->url);