mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
Layout: Remove some commented out code.
This commit is contained in:
parent
d884e0e533
commit
af554fcedf
@ -730,10 +730,6 @@ layout_minmax_line(struct box *first,
|
||||
bs = css_computed_box_sizing(block->style);
|
||||
if (wtype == CSS_WIDTH_SET) {
|
||||
if (unit == CSS_UNIT_PCT) {
|
||||
/*
|
||||
b->width = FPCT_OF_INT_TOINT(value, width);
|
||||
*/
|
||||
|
||||
width = AUTO;
|
||||
} else {
|
||||
width = FIXTOINT(nscss_len2px(&content->len_ctx,
|
||||
|
Loading…
Reference in New Issue
Block a user