From f5bdd4b10962659259423e8efa2ddf80b9805053 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 3 Oct 2013 21:11:54 +0100 Subject: Move BITMAP_SAVE_FULL_ALPHA out of core to RISC OS front end, where it belongs. --- image/bitmap.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'image') diff --git a/image/bitmap.h b/image/bitmap.h index 256e977ab..193249259 100644 --- a/image/bitmap.h +++ b/image/bitmap.h @@ -61,8 +61,6 @@ #define BITMAP_MODIFIED (1 << 1) /** buffer has been modified */ #define BITMAP_CLEAR_MEMORY (1 << 2) /** memory should be wiped */ -#define BITMAP_SAVE_FULL_ALPHA (1 << 0) /** save with full alpha channel (if not opaque) */ - struct content; /** An opaque image. */ -- cgit v1.2.3