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 7d7cd84a6..144b4a74a 100644
--- a/render/box.h
+++ b/render/box.h
@@ -332,6 +332,4 @@ bool xml_to_box(xmlNode *n, struct content *c);
bool box_normalise_block(struct box *block, struct content *c);
-struct box* box_duplicate_tree(struct box *root, struct content *c);
-
#endif