summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-03-24 14:01:16 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2022-03-24 14:01:16 +0000
commit28c0e79624a1e5a101ec1f05ad4015d1a78e687f (patch)
tree29693f107c6ecf4e70a217ad71c5beecb95ca930 /include
parent527cc33c7fbbc2ca878ffc8a128e465304128be1 (diff)
downloadnetsurf-28c0e79624a1e5a101ec1f05ad4015d1a78e687f.tar.gz
netsurf-28c0e79624a1e5a101ec1f05ad4015d1a78e687f.tar.bz2
Include: Bitmap: Modified flag isn't used.
Diffstat (limited to 'include')
-rw-r--r--include/netsurf/bitmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netsurf/bitmap.h b/include/netsurf/bitmap.h
index b6db3f494..e10e2ce1e 100644
--- a/include/netsurf/bitmap.h
+++ b/include/netsurf/bitmap.h
@@ -56,7 +56,6 @@
#define BITMAP_NEW 0
#define BITMAP_OPAQUE (1 << 0) /**< image is opaque */
-#define BITMAP_MODIFIED (1 << 1) /**< buffer has been modified */
#define BITMAP_CLEAR_MEMORY (1 << 2) /**< memory should be wiped */
struct content;