Remove useless 'unused' field in grs_bitmap

Saves a realignment to pointer boundary.
This commit is contained in:
Kp 2013-12-24 22:43:52 +00:00
parent 2d274dba8b
commit dfbe78c214

View file

@ -105,7 +105,6 @@ typedef struct grs_bitmap {
unsigned short bm_handle; //for application. initialized to 0
ubyte avg_color; // Average color of all pixels in texture map.
fix avg_color_rgb[3]; // same as above but real rgb value to be used to textured objects that should emit light
sbyte unused; // to 4-byte align.
struct grs_bitmap *bm_parent;
#ifdef OGL
struct _ogl_texture *gltexture;