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 --- content/content_protected.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content_protected.h') diff --git a/content/content_protected.h b/content/content_protected.h index d9a021f3e..633f33241 100644 --- a/content/content_protected.h +++ b/content/content_protected.h @@ -40,6 +40,8 @@ struct rect; struct redraw_context; struct content_handler { + void (*fini)(void); + nserror (*create)(const content_handler *handler, lwc_string *imime_type, const http_parameter *params, llcache_handle *llcache, -- cgit v1.2.3