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/image.h | 1 - 1 file changed, 1 deletion(-) (limited to 'image/image.h') diff --git a/image/image.h b/image/image.h index 44ea148a8..7a698e54e 100644 --- a/image/image.h +++ b/image/image.h @@ -26,6 +26,5 @@ #include "utils/errors.h" nserror image_init(void); -void image_fini(void); #endif -- cgit v1.2.3