Remove unused structure member.

This commit is contained in:
Michael Drake 2013-10-03 20:53:50 +01:00
parent 1172d21b1c
commit 138d8c4677
1 changed files with 0 additions and 3 deletions

View File

@ -31,10 +31,7 @@ struct bitmap {
unsigned int state;
void *private_word;
osspriteop_area *sprite_area; /** Uncompressed data, or NULL */
};
void bitmap_overlay_sprite(struct bitmap *bitmap, const osspriteop_header *s);