Remove redundant calculation.

svn path=/trunk/netsurf/; revision=7595
This commit is contained in:
Michael Drake 2009-05-28 11:46:14 +00:00
parent b595970d82
commit a7c3c7bf15
1 changed files with 0 additions and 1 deletions

View File

@ -529,7 +529,6 @@ bool html_redraw_box(struct box *box,
return false;
/* reset coords */
xmin = ib_x - ib_b_left;
xmax = ib_x + ib_p_width + ib_b_right;
ymin = ib_y - border_top - padding_top;
ymax = ib_y + padding_height - padding_top +
border_bottom;