summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/html_redraw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/html_redraw.c b/render/html_redraw.c
index 2ba4a8331..b9d6e84f1 100644
--- a/render/html_redraw.c
+++ b/render/html_redraw.c
@@ -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;