summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-12-04 20:14:33 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-12-04 20:14:33 +0000
commit5eaeaed909495ddba462ea7e4d9954e772867844 (patch)
treedb21df0505ebf6e9cc852ae008b5cc4f0859a671 /riscos
parent632f7df653ae7636a89a2b6d9b7db88089f80129 (diff)
downloadnetsurf-5eaeaed909495ddba462ea7e4d9954e772867844.tar.gz
netsurf-5eaeaed909495ddba462ea7e4d9954e772867844.tar.bz2
Remove Hubbub and Wapcaplet initialisation and finalisation.
svn path=/trunk/netsurf/; revision=10980
Diffstat (limited to 'riscos')
-rw-r--r--riscos/gui.c7
1 files changed, 0 insertions, 7 deletions
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 <features.h>
#include <unixlib/local.h>
#include <curl/curl.h>
-#include <hubbub/hubbub.h>
#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();
}