summaryrefslogtreecommitdiff
path: root/image/bitmap.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-10-03 21:07:29 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-10-03 21:07:29 +0100
commitff480312fee43925e692c8798daad5ef2f722800 (patch)
tree153d699fbee7e1ff8e7ecfa6bb269079cf92a12e /image/bitmap.h
parent4c6a176d39d47b79ee1c2a32116623a27446229f (diff)
downloadnetsurf-ff480312fee43925e692c8798daad5ef2f722800.tar.gz
netsurf-ff480312fee43925e692c8798daad5ef2f722800.tar.bz2
Remove BITMAP_READY flag.
Diffstat (limited to 'image/bitmap.h')
-rw-r--r--image/bitmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/bitmap.h b/image/bitmap.h
index 614e8b6c6..256e977ab 100644
--- a/image/bitmap.h
+++ b/image/bitmap.h
@@ -60,7 +60,6 @@
#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 */
-#define BITMAP_READY (1 << 3) /** fully initialised */
#define BITMAP_SAVE_FULL_ALPHA (1 << 0) /** save with full alpha channel (if not opaque) */