summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/layout.c b/render/layout.c
index a59c23da0..253ce648a 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -67,7 +67,6 @@ static void calculate_inline_replaced_widths(struct box *box, int *min,
int *max, int *line_max);
static void calculate_inline_widths(struct box *box, int *min, int *line_max);
static bool calculate_table_widths(struct box *table);
-static void layout_calculate_descendant_bboxes(struct box *box);
/**