From 946566b0b645d1789c20ef4b48cd2e7dd423545e Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 19 Jul 2004 14:29:16 +0000 Subject: [project @ 2004-07-19 14:29:16 by bursa] Make layout_inline_container() public for use of textareas. svn path=/import/netsurf/; revision=1103 --- render/layout.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'render/layout.c') diff --git a/render/layout.c b/render/layout.c index 4506222d4..8b4de6fb8 100644 --- a/render/layout.c +++ b/render/layout.c @@ -50,8 +50,6 @@ static void layout_find_dimensions(int available_width, static int layout_clear(struct box *fl, css_clear clear); static void find_sides(struct box *fl, int y0, int y1, int *x0, int *x1, struct box **left, struct box **right); -static bool layout_inline_container(struct box *box, int width, - struct box *cont, int cx, int cy, pool box_pool); static int line_height(struct css_style *style); static bool layout_line(struct box *first, int width, int *y, int cx, int cy, struct box *cont, bool indent, -- cgit v1.2.3