summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/box.h b/render/box.h
index 878ebc8d3..e781a66ec 100644
--- a/render/box.h
+++ b/render/box.h
@@ -339,8 +339,6 @@ bool box_handle_scrollbars(struct content *c, struct box *box,
bool box_vscrollbar_present(const struct box *box);
bool box_hscrollbar_present(const struct box *box);
-nserror box_construct_init(void);
-void box_construct_fini(void);
nserror dom_to_box(struct dom_node *n, struct html_content *c,
box_construct_complete_cb cb);