mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-20 03:02:36 +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)
|
static void bitmap_modified(void *bitmap)
|
||||||
{
|
{
|
||||||
struct bitmap *bmap = bitmap;
|
struct bitmap *bmap = bitmap;
|
||||||
bmap->state |= BITMAP_MODIFIED;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int bitmap_get_width(void *bitmap)
|
static int bitmap_get_width(void *bitmap)
|
||||||
|
Loading…
Reference in New Issue
Block a user