From d88a8399371dad124136b4e12b9e7b7156ad3c69 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 14 Oct 2012 20:03:18 +0100 Subject: Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache. --- gtk/bitmap.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'gtk/bitmap.c') diff --git a/gtk/bitmap.c b/gtk/bitmap.c index 7d8e82ddb..0f89c6748 100644 --- a/gtk/bitmap.c +++ b/gtk/bitmap.c @@ -319,18 +319,6 @@ void bitmap_modified(void *vbitmap) { gbitmap->converted = true; } - -/** - * 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 invalidate the function to be called upon suspension - */ -void bitmap_set_suspendable(void *vbitmap, void *private_word, - void (*invalidate)(void *vbitmap, void *private_word)) { -} - int bitmap_get_width(void *vbitmap){ struct bitmap *gbitmap = (struct bitmap *)vbitmap; assert(gbitmap); -- cgit v1.2.3