mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 13:29:21 +03:00
Remove dead assignment
svn path=/trunk/netsurf/; revision=7587
This commit is contained in:
parent
0e880815f7
commit
5b33c1e723
@ -560,8 +560,6 @@ bool layout_block_context(struct box *block, int viewport_height,
|
||||
/* Set current cy */
|
||||
cy += box->height -
|
||||
(y - box->padding[TOP]);
|
||||
/* Update y for any change in height */
|
||||
y = box->height + box->padding[TOP];
|
||||
}
|
||||
|
||||
cy += box->padding[BOTTOM] +
|
||||
|
Loading…
Reference in New Issue
Block a user