mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-02 11:59:58 +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;
|
uint32_t rmask, gmask, bmask, amask;
|
||||||
BITMAPFILEHEADER fileheader;
|
BITMAPFILEHEADER fileheader;
|
||||||
BITMAPINFOHEADER infoheader;
|
BITMAPINFOHEADER infoheader;
|
||||||
unsigned long biSize;
|
|
||||||
PixelFormat pixelFormat;
|
PixelFormat pixelFormat;
|
||||||
int format;
|
int format;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user