Commit 9ddb5931 authored by Max Kellermann's avatar Max Kellermann

decoder/audiofile: remove unused Error variable

parent 913064d6
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment