decoder/audiofile: remove unused Error variable
This commit is contained in:
parent
913064d6cc
commit
9ddb5931fb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user