summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-12-08 16:53:40 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-12-22 11:26:45 +0000
commit26f3055e7582ec87f431807907fe3b190ae083b0 (patch)
treee014b8d2dcbecd7175477ee6604fe90f5a05d94a
parent93bed2cc67ba149801f2dfd1919e92aceed0e323 (diff)
downloadnetsurf-26f3055e7582ec87f431807907fe3b190ae083b0.tar.gz
netsurf-26f3055e7582ec87f431807907fe3b190ae083b0.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 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,