From 287986b28a9290cc46ef585bfcc47782ea55cc70 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 22 Sep 2003 21:55:08 +0000 Subject: [project @ 2003-09-22 21:55:08 by bursa] Experimental textarea editing code. svn path=/import/netsurf/; revision=309 --- 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 a759caf72..7ee46b898 100644 --- a/render/layout.c +++ b/render/layout.c @@ -31,8 +31,6 @@ static void layout_node(struct box * box, unsigned long width, struct box * cont, unsigned long cx, unsigned long cy); -static void layout_block(struct box * box, unsigned long width, struct box * cont, - unsigned long cx, unsigned long cy); static unsigned long layout_block_children(struct box * box, unsigned long width, struct box * cont, unsigned long cx, unsigned long cy); static void find_sides(struct box * fl, unsigned long y0, unsigned long y1, -- cgit v1.2.3