From 493872389687e16dc4bb4ecf33f4951101d4ca8f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 14 Oct 2012 20:17:17 +0100 Subject: Remove last notion of bitmap suspension. --- image/bitmap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'image') 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) */ -- cgit v1.2.3