From dfbe78c214bf24775d7c12255a2e0844ebb4f180 Mon Sep 17 00:00:00 2001 From: Kp Date: Tue, 24 Dec 2013 22:43:52 +0000 Subject: [PATCH] Remove useless 'unused' field in grs_bitmap Saves a realignment to pointer boundary. --- common/include/gr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common/include/gr.h b/common/include/gr.h index 74fdddd96..2f7aac5ab 100644 --- a/common/include/gr.h +++ b/common/include/gr.h @@ -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;