From 527cc33c7fbbc2ca878ffc8a128e465304128be1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 24 Mar 2022 13:59:57 +0000 Subject: [PATCH] Monkey: Bitmap: Modified flag is not used. --- frontends/monkey/bitmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/frontends/monkey/bitmap.c b/frontends/monkey/bitmap.c index 62b62ebfb..9ed84bc65 100644 --- a/frontends/monkey/bitmap.c +++ b/frontends/monkey/bitmap.c @@ -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)