summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-23 18:35:44 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-23 18:35:44 +0000
commit29952cfc1f7b4db4ca8f999d1c52813b8a49ab01 (patch)
treeb820f5a6af7a6c9080870f768d5bf967a0922d71 /render/box.c
parent0f89eafdc2d7fd235c156593bf8986aa662881a0 (diff)
downloadnetsurf-29952cfc1f7b4db4ca8f999d1c52813b8a49ab01.tar.gz
netsurf-29952cfc1f7b4db4ca8f999d1c52813b8a49ab01.tar.bz2
[project @ 2003-09-23 18:35:44 by bursa]
More work on editing textareas. svn path=/import/netsurf/; revision=311
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/box.c b/render/box.c
index e5e363fbd..749815f15 100644
--- a/render/box.c
+++ b/render/box.c
@@ -44,8 +44,6 @@ struct result {
};
static void box_add_child(struct box * parent, struct box * child);
-static struct box * box_create(struct css_style * style,
- char *href, char *title);
static struct box * convert_xml_to_box(xmlNode * n, struct content *content,
struct css_style * parent_style,
struct css_selector ** selector, unsigned int depth,