From cf3eba081a048d413158350000352ff2b5e5f220 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 3 Jan 2018 21:18:41 +0000 Subject: Layout: No need to expose layout_minmax_table(). --- render/layout.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'render/layout.h') diff --git a/render/layout.h b/render/layout.h index 78a30028e..7a579ca22 100644 --- a/render/layout.h +++ b/render/layout.h @@ -63,14 +63,4 @@ bool layout_inline_container(struct box *box, int width, struct box *cont, int c */ void layout_calculate_descendant_bboxes(struct box *box); -/** - * Calculate minimum and maximum width of a table. - * - * \param table box of type TABLE - * \param font_func Font functions - * \post table->min_width and table->max_width filled in, - * 0 <= table->min_width <= table->max_width - */ -void layout_minmax_table(struct box *table, const struct gui_layout_table *font_func); - #endif -- cgit v1.2.3