mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
Remove unused variable in doc::read_image()
This commit is contained in:
parent
2af9155cfb
commit
989698dc6a
@ -120,7 +120,6 @@ Image* read_image(std::istream& is, bool setId)
|
||||
if (err != Z_OK)
|
||||
throw base::Exception("ZLib error %d in inflateInit().", err);
|
||||
|
||||
uint8_t* uncompressed = image->getPixelAddress(0, 0);
|
||||
int uncompressed_size = image->height() * rowSize;
|
||||
int uncompressed_offset = 0;
|
||||
int remain = avail_bytes;
|
||||
|
Loading…
Reference in New Issue
Block a user