diff options
author | Michael Drake <tlsa@netsurf-browser.org> | 2012-10-14 20:03:18 +0100 |
---|---|---|
committer | Michael Drake <tlsa@netsurf-browser.org> | 2012-10-14 20:03:18 +0100 |
commit | d88a8399371dad124136b4e12b9e7b7156ad3c69 (patch) | |
tree | 4fd3c0299efaf00d905045532aa8a45cb63b2c12 /amiga/bitmap.c | |
parent | dbed8312c8b21ac4efaebee5b646a37a0c398b55 (diff) | |
download | netsurf-d88a8399371dad124136b4e12b9e7b7156ad3c69.tar.gz |
Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache.
Diffstat (limited to 'amiga/bitmap.c')
-rw-r--r-- | amiga/bitmap.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/amiga/bitmap.c b/amiga/bitmap.c index ee1506525..3a2bc7060 100644 --- a/amiga/bitmap.c +++ b/amiga/bitmap.c @@ -183,19 +183,6 @@ void bitmap_modified(void *bitmap) { bm->native_mask = NULL; } - -/** - * The bitmap image can be suspended. - * - * \param bitmap a bitmap, as returned by bitmap_create() - * \param private_word a private word to be returned later - * \param suspend the function to be called upon suspension - * \param resume the function to be called when resuming - */ -void bitmap_set_suspendable(void *bitmap, void *private_word, - void (*invalidate)(void *bitmap, void *private_word)) { -} - /** * Sets whether a bitmap should be plotted opaque * |