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 --- desktop/netsurf.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'desktop') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index cb63e7d6b..91f0fac9b 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -193,7 +193,7 @@ nserror netsurf_init(int *pargc, return error; /* content handler initialisation */ - error = css_init(); + error = nscss_init(); if (error != NSERROR_OK) return error; @@ -267,15 +267,10 @@ void netsurf_exit(void) mimesniff_fini(); - /* Clean up after content handlers */ - textplain_fini(); - image_fini(); - html_fini(); - css_fini(); - /* dump any remaining cache entries */ image_cache_fini(); + /* Clean up after content handlers */ content_factory_fini(); LOG(("Closing utf8")); -- cgit v1.2.3