Remove unused local variable from BmpFormat::onLoad()

master
David Capello 2022-08-31 12:29:56 -03:00
parent 8d79350b7c
commit ae889d4ae3
1 changed files with 0 additions and 1 deletions

View File

@ -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;