summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-22 21:55:08 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-22 21:55:08 +0000
commit287986b28a9290cc46ef585bfcc47782ea55cc70 (patch)
tree823a3a953c97e8f9bb8f6dd8b1847fe456cb4d44 /render/layout.c
parent84dd766141745dbf06567c309f1d7099e0996d57 (diff)
downloadnetsurf-287986b28a9290cc46ef585bfcc47782ea55cc70.tar.gz
netsurf-287986b28a9290cc46ef585bfcc47782ea55cc70.tar.bz2
[project @ 2003-09-22 21:55:08 by bursa]
Experimental textarea editing code. svn path=/import/netsurf/; revision=309
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c2
1 files changed, 0 insertions, 2 deletions
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,