summaryrefslogtreecommitdiff
path: root/image/bitmap.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-14 20:03:18 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-14 20:03:18 +0100
commitd88a8399371dad124136b4e12b9e7b7156ad3c69 (patch)
tree4fd3c0299efaf00d905045532aa8a45cb63b2c12 /image/bitmap.h
parentdbed8312c8b21ac4efaebee5b646a37a0c398b55 (diff)
downloadnetsurf-d88a8399371dad124136b4e12b9e7b7156ad3c69.tar.gz
netsurf-d88a8399371dad124136b4e12b9e7b7156ad3c69.tar.bz2
Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache.
Diffstat (limited to 'image/bitmap.h')
-rw-r--r--image/bitmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/image/bitmap.h b/image/bitmap.h
index ee837f5d7..b85d89c83 100644
--- a/image/bitmap.h
+++ b/image/bitmap.h
@@ -81,8 +81,6 @@ size_t bitmap_get_bpp(void *bitmap);
void bitmap_destroy(void *bitmap);
bool bitmap_save(void *bitmap, const char *path, unsigned flags);
void bitmap_modified(void *bitmap);
-void bitmap_set_suspendable(void *bitmap, void *private_word,
- void (*invalidate)(void *bitmap, void *private_word));
int bitmap_get_width(void *bitmap);
int bitmap_get_height(void *bitmap);