summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-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) */