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. --- monkey/bitmap.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'monkey/bitmap.c') diff --git a/monkey/bitmap.c b/monkey/bitmap.c index 31d2a23dc..79bab8cd5 100644 --- a/monkey/bitmap.c +++ b/monkey/bitmap.c @@ -108,12 +108,6 @@ void bitmap_modified(void *bitmap) bmap->state |= BITMAP_MODIFIED; } -void bitmap_set_suspendable(void *bitmap, void *private_word, - void (*invalidate)(void *bitmap, void *private_word)) -{ - -} - int bitmap_get_width(void *bitmap) { struct bitmap *bmap = bitmap; -- cgit v1.2.3