summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-14 20:17:17 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-14 20:17:17 +0100
commit493872389687e16dc4bb4ecf33f4951101d4ca8f (patch)
tree3918aa10715240e1d432196b9be9a02f40a854c4 /image
parentd88a8399371dad124136b4e12b9e7b7156ad3c69 (diff)
downloadnetsurf-493872389687e16dc4bb4ecf33f4951101d4ca8f.tar.gz
netsurf-493872389687e16dc4bb4ecf33f4951101d4ca8f.tar.bz2
Remove last notion of bitmap suspension.
Diffstat (limited to 'image')
-rw-r--r--image/bitmap.h3
1 files changed, 1 insertions, 2 deletions
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) */