summaryrefslogtreecommitdiff
path: root/render/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html.c')
-rw-r--r--render/html.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/render/html.c b/render/html.c
index e10f1e930..0a7ab2453 100644
--- a/render/html.c
+++ b/render/html.c
@@ -2180,8 +2180,6 @@ static content_type html_content_type(void)
static void html_fini(void)
{
- box_construct_fini();
-
html_css_fini();
}
@@ -2221,10 +2219,6 @@ nserror html_init(void)
if (error != NSERROR_OK)
goto error;
- error = box_construct_init();
- if (error != NSERROR_OK)
- goto error;
-
for (i = 0; i < NOF_ELEMENTS(html_types); i++) {
error = content_factory_register_handler(html_types[i],
&html_content_handler);