From 5eaeaed909495ddba462ea7e4d9954e772867844 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 4 Dec 2010 20:14:33 +0000 Subject: Remove Hubbub and Wapcaplet initialisation and finalisation. svn path=/trunk/netsurf/; revision=10980 --- riscos/gui.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'riscos') diff --git a/riscos/gui.c b/riscos/gui.c index 1b5bd3d8d..01e9a94b1 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -33,7 +33,6 @@ #include #include #include -#include #include "oslib/font.h" #include "oslib/help.h" #include "oslib/hourglass.h" @@ -317,10 +316,6 @@ static void gui_init(int argc, char** argv) ro_plot_patterned_lines = false; } - if (hubbub_initialise("NetSurf:Resources.Aliases", ns_realloc, NULL) != - HUBBUB_OK) - die("Failed to initialise HTML parsing library."); - /* Set defaults for absent option strings */ if (!option_theme) option_theme = strdup("Aletheia"); @@ -812,8 +807,6 @@ void gui_quit(void) free(default_stylesheet_url); free(quirks_stylesheet_url); free(adblock_stylesheet_url); - /* We don't care if this fails */ - hubbub_finalise(ns_realloc, NULL); xhourglass_off(); } -- cgit v1.2.3