Removed/moved unused vars

Relates to issue #230
This commit is contained in:
Carl Woffenden
2021-05-31 14:46:12 +02:00
parent b0c447b479
commit f5722a8025
2 changed files with 1 additions and 5 deletions

View File

@@ -1779,8 +1779,6 @@ namespace basisu
return nullptr;
}
const uint32_t bytes_per_line = hdr.m_width * tga_bytes_per_pixel;
const uint8_t *pSrc = pBuf + sizeof(tga_header);
uint32_t bytes_remaining = buf_size - sizeof(tga_header);