summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_normalise.c')
-rw-r--r--render/box_normalise.c3
1 files changed, 0 insertions, 3 deletions
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));