mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-30 12:19:04 +00:00
Remove unused local variable from BmpFormat::onLoad()
This commit is contained in:
parent
8d79350b7c
commit
ae889d4ae3
@ -968,7 +968,6 @@ bool BmpFormat::onLoad(FileOp *fop)
|
||||
uint32_t rmask, gmask, bmask, amask;
|
||||
BITMAPFILEHEADER fileheader;
|
||||
BITMAPINFOHEADER infoheader;
|
||||
unsigned long biSize;
|
||||
PixelFormat pixelFormat;
|
||||
int format;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user