From 9ddb5931fbcbde1cde36dcc698db5fbd718e3dc7 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 9 Jul 2014 20:03:11 +0200 Subject: decoder/audiofile: remove unused Error variable --- src/decoder/plugins/AudiofileDecoderPlugin.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/decoder/plugins/AudiofileDecoderPlugin.cxx b/src/decoder/plugins/AudiofileDecoderPlugin.cxx index 994a5a109..cd7021631 100644 --- a/src/decoder/plugins/AudiofileDecoderPlugin.cxx +++ b/src/decoder/plugins/AudiofileDecoderPlugin.cxx @@ -114,7 +114,6 @@ audiofile_file_seek(AFvirtualfile *vfile, AFfileoffset _offset, if (is_relative) offset += is.GetOffset(); - Error error; if (is.LockSeek(offset, IgnoreError())) { return is.GetOffset(); } else { -- cgit v1.2.3