From 339bed72725fe901724440939558c5f9817107ed Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 15 Sep 2011 22:47:50 +0000 Subject: Virtualise content handler finalisation calls. Remove pointless implementations. svn path=/trunk/netsurf/; revision=12797 --- image/bmp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'image/bmp.h') diff --git a/image/bmp.h b/image/bmp.h index bdd8ffa5f..9c016ecdf 100644 --- a/image/bmp.h +++ b/image/bmp.h @@ -31,6 +31,5 @@ extern bmp_bitmap_callback_vt bmp_bitmap_callbacks; /** Only to be used by ICO code. */ nserror nsbmp_init(void); -void nsbmp_fini(void); #endif -- cgit v1.2.3