mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 07:49:38 +03:00
layout: Drop redundant else block
This commit is contained in:
parent
7d833537aa
commit
f1dbd523b4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user