diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-04-01 16:27:03 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-04-01 16:27:03 +0000 |
commit | a38ca08ca019c5289d5968652344797534364d34 (patch) | |
tree | 1f43c5e8bcc804bcdcd63e158865d86a6e1888e1 | |
parent | b5fcf45f119afc9239070596f846dfa18903d1c4 (diff) |
Remove unused variable along with the related warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29122 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | stream/stream_dvd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c index 70a94303e6..a170bcc1b1 100644 --- a/stream/stream_dvd.c +++ b/stream/stream_dvd.c @@ -1094,7 +1094,6 @@ fail: 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); |