mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 13:45:25 +00:00
TINSEL: Remove unused variable
This commit is contained in:
parent
d2a536ff89
commit
4914bea358
@ -406,7 +406,6 @@ void convertFileToLE(MEMHANDLE *pH) {
|
||||
|
||||
uint32 chunkSize = (nextChunkOffset > 0 ? nextChunkOffset : pH->filesize & FSIZE_MASK) - pos;
|
||||
uint32 chunkDataSize = chunkSize - 4 - 4; // chunk ID, chunk length
|
||||
uint32 tmp = 0; // for temp data
|
||||
|
||||
debug("Chunk ID: %x, size %d, next chunk: %d", chunkId, chunkSize, nextChunkOffset);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user