summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
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,