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 --- css/css.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'css/css.h') diff --git a/css/css.h b/css/css.h index 28008664f..dc6053f48 100644 --- a/css/css.h +++ b/css/css.h @@ -61,8 +61,7 @@ struct nscss_import { uint64_t media; /**< Media types that sheet applies to */ }; -nserror css_init(void); -void css_fini(void); +nserror nscss_init(void); nserror nscss_create_css_data(struct content_css_data *c, const char *url, const char *charset, bool quirks, -- cgit v1.2.3