summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/handlers/html/layout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/handlers/html/layout.c b/content/handlers/html/layout.c
index 611c77819..c37429716 100644
--- a/content/handlers/html/layout.c
+++ b/content/handlers/html/layout.c
@@ -4593,8 +4593,6 @@ layout_absolute(struct box *box,
containing_block->padding[RIGHT];
containing_block->height += containing_block->padding[TOP] +
containing_block->padding[BOTTOM];
- } else {
- /** \todo inline containers */
}
layout_compute_offsets(&content->len_ctx, box, containing_block,