Remove the "Tag" field in struct Bitmap since it is of no real use.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5565 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -80,11 +80,6 @@ struct Bitmap {
|
||||
*/
|
||||
StrBuf Name;
|
||||
|
||||
/* Pointer to some format specific data. May be used by the frontend.
|
||||
* The data is free'd as a block when calling FreeBitmap.
|
||||
*/
|
||||
void* Tag;
|
||||
|
||||
/* Size of the bitmap */
|
||||
unsigned Width;
|
||||
unsigned Height;
|
||||
|
||||
Reference in New Issue
Block a user