Monkey: Bitmap: Modified flag is not used.

This commit is contained in:
Michael Drake 2022-03-24 13:59:57 +00:00
parent 09bd355a5c
commit 527cc33c7f

View File

@ -104,7 +104,6 @@ static bool bitmap_save(void *bitmap, const char *path, unsigned flags)
static void bitmap_modified(void *bitmap)
{
struct bitmap *bmap = bitmap;
bmap->state |= BITMAP_MODIFIED;
}
static int bitmap_get_width(void *bitmap)