From f1dbd523b4cec31c3d87a7f30d5b09336a3aeef0 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 8 Dec 2019 16:53:40 +0000 Subject: layout: Drop redundant else block --- content/handlers/html/layout.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/handlers/html/layout.c b/content/handlers/html/layout.c index c06fdf690..f50a711f9 100644 --- a/content/handlers/html/layout.c +++ b/content/handlers/html/layout.c @@ -5024,8 +5024,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->unit_len_ctx, box, containing_block, -- cgit v1.2.3