From f27d5a3e15b5931f36b96bc5fb3d2572d339715d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 21 Sep 2011 00:25:09 +0000 Subject: Remove gui_multitask svn path=/trunk/netsurf/; revision=12828 --- render/box_construct.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'render/box_construct.c') diff --git a/render/box_construct.c b/render/box_construct.c index 990fa380c..aafb0e5b5 100644 --- a/render/box_construct.c +++ b/render/box_construct.c @@ -38,12 +38,10 @@ #include "css/css.h" #include "css/utils.h" #include "css/select.h" -#include "desktop/browser.h" #include "desktop/options.h" #include "render/box.h" #include "render/form.h" #include "render/html_internal.h" -#include "desktop/gui.h" #include "utils/locale.h" #include "utils/log.h" #include "utils/messages.h" @@ -257,8 +255,6 @@ bool box_construct_element(xmlNode *n, html_content *content, assert(parent); assert(inline_container); - gui_multitask(); - /* In case the parent is a pre block, we clear the * PRE_STRIP flag since it is not used if we * follow the pre with a tag -- cgit v1.2.3