summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-01-24 18:58:12 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-01-24 18:58:12 +0000
commit72510f550bf42cf660faf1a1929cb6df59bf86fd (patch)
treeee1bda952cfa2872ebe32304df4de61fcbc2b68c /render/box.h
parent20e789955dc3d1e720193713306b44e1ffec0516 (diff)
downloadnetsurf-72510f550bf42cf660faf1a1929cb6df59bf86fd.tar.gz
netsurf-72510f550bf42cf660faf1a1929cb6df59bf86fd.tar.bz2
Use corestrings in box construction.
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);