summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-12-08 16:53:40 +0000
committerMichael Drake <mdrake.unique@gmail.com>2022-10-29 20:30:48 +0100
commitf1dbd523b4cec31c3d87a7f30d5b09336a3aeef0 (patch)
tree1ce301956f8e97c58491945a860722bd0e5e81cf
parent7d833537aaefe179760db7aab10720a24357410d (diff)
downloadnetsurf-f1dbd523b4cec31c3d87a7f30d5b09336a3aeef0.tar.gz
netsurf-f1dbd523b4cec31c3d87a7f30d5b09336a3aeef0.tar.bz2
layout: Drop redundant else block
-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 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,