From 138d8c4677d80882df09df0eeda2f77bae963d5f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 3 Oct 2013 20:53:50 +0100 Subject: Remove unused structure member. --- riscos/bitmap.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/riscos/bitmap.h b/riscos/bitmap.h index 43a00a53c..01d4171d1 100644 --- a/riscos/bitmap.h +++ b/riscos/bitmap.h @@ -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); -- cgit v1.2.3