comparison tools/libgfx.c @ 2054:1a032298adb8

Remove unused struct member.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Dec 2018 09:55:24 +0200
parents 6dfbe976d740
children 6c6a4ea67540
comparison
equal deleted inserted replaced
2053:6dfbe976d740 2054:1a032298adb8
1495 1495
1496 typedef struct 1496 typedef struct
1497 { 1497 {
1498 DMIFFChunk chFORM, chBMHD, chCMAP, chBODY; 1498 DMIFFChunk chFORM, chBMHD, chCMAP, chBODY;
1499 DMIFFBMHD bmhd; 1499 DMIFFBMHD bmhd;
1500 BOOL planar;
1501 Uint32 camg; 1500 Uint32 camg;
1502 int ncolors; 1501 int ncolors;
1503 DMColor *pal; 1502 DMColor *pal;
1504 Uint32 idsig; 1503 Uint32 idsig;
1505 } DMIFF; 1504 } DMIFF;