summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-10-03 21:11:54 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-10-03 21:11:54 +0100
commitf5bdd4b10962659259423e8efa2ddf80b9805053 (patch)
tree51339cc2c13e28f254a4025fd5cf9a4ab6620cfd /image
parentff480312fee43925e692c8798daad5ef2f722800 (diff)
downloadnetsurf-f5bdd4b10962659259423e8efa2ddf80b9805053.tar.gz
netsurf-f5bdd4b10962659259423e8efa2ddf80b9805053.tar.bz2
Move BITMAP_SAVE_FULL_ALPHA out of core to RISC OS front end, where it belongs.
Diffstat (limited to 'image')
-rw-r--r--image/bitmap.h2
1 files changed, 0 insertions, 2 deletions
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. */