From ff480312fee43925e692c8798daad5ef2f722800 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 3 Oct 2013 21:07:29 +0100 Subject: Remove BITMAP_READY flag. --- image/bitmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'image') 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) */ -- cgit v1.2.3