summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
Diffstat (limited to 'image')
-rw-r--r--image/bitmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/image/bitmap.h b/image/bitmap.h
index b85d89c83..3ca5ccdf8 100644
--- a/image/bitmap.h
+++ b/image/bitmap.h
@@ -61,8 +61,7 @@
#define BITMAP_MODIFIED (1 << 1) /** buffer has been modified */
#define BITMAP_PERSISTENT (1 << 2) /** retain between sessions */
#define BITMAP_CLEAR_MEMORY (1 << 3) /** memory should be wiped */
-#define BITMAP_SUSPENDED (1 << 4) /** currently suspended */
-#define BITMAP_READY (1 << 5) /** fully initialised */
+#define BITMAP_READY (1 << 4) /** fully initialised */
#define BITMAP_SAVE_FULL_ALPHA (1 << 0) /** save with full alpha channel (if not opaque) */