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. --- cocoa/bitmap.m | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cocoa') diff --git a/cocoa/bitmap.m b/cocoa/bitmap.m index 8c6afe344..45b1d3b19 100644 --- a/cocoa/bitmap.m +++ b/cocoa/bitmap.m @@ -156,13 +156,6 @@ void bitmap_modified(void *bitmap) } } -void bitmap_set_suspendable(void *bitmap, void *private_word, - void (*invalidate)(void *bitmap, void *private_word)) - -{ - // nothing to do -} - CGImageRef cocoa_get_cgimage( void *bitmap ) { NSMapTable *cache = cocoa_get_bitmap_cache(); -- cgit v1.2.3