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 --- render/html.h | 1 - 1 file changed, 1 deletion(-) (limited to 'render/html.h') diff --git a/render/html.h b/render/html.h index 88c8b9bfb..c3f36fda3 100644 --- a/render/html.h +++ b/render/html.h @@ -142,7 +142,6 @@ extern char *quirks_stylesheet_url; extern bool html_redraw_debug; nserror html_init(void); -void html_fini(void); void html_redraw_a_box(struct hlcache_handle *h, struct box *box); -- cgit v1.2.3