From 4c6a176d39d47b79ee1c2a32116623a27446229f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 3 Oct 2013 21:02:08 +0100 Subject: Remove BITMAP_PERSISTENT flag. --- image/bitmap.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'image') diff --git a/image/bitmap.h b/image/bitmap.h index 3ca5ccdf8..614e8b6c6 100644 --- a/image/bitmap.h +++ b/image/bitmap.h @@ -59,9 +59,8 @@ #define BITMAP_NEW 0 #define BITMAP_OPAQUE (1 << 0) /** image is opaque */ #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_READY (1 << 4) /** fully initialised */ +#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) */ -- cgit v1.2.3