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_normalise.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'render/box_normalise.c') diff --git a/render/box_normalise.c b/render/box_normalise.c index f7154c5f3..8d88a2ef2 100644 --- a/render/box_normalise.c +++ b/render/box_normalise.c @@ -30,7 +30,6 @@ #include "render/box.h" #include "render/html_internal.h" #include "render/table.h" -#include "desktop/gui.h" #include "utils/log.h" #include "utils/talloc.h" @@ -114,8 +113,6 @@ bool box_normalise_block(struct box *block, html_content *c) assert(block->type == BOX_BLOCK || block->type == BOX_INLINE_BLOCK || block->type == BOX_TABLE_CELL); - gui_multitask(); - for (child = block->children; child != NULL; child = next_child) { #ifdef BOX_NORMALISE_DEBUG LOG(("child %p, child->type = %d", child, child->type)); -- cgit v1.2.3