mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-18 18:23:25 +03:00
Monkey: Bitmap: Modified flag is not used.
This commit is contained in:
parent
09bd355a5c
commit
527cc33c7f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user