summaryrefslogtreecommitdiff
path: root/render/layout.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2018-01-03 22:18:12 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2018-01-05 13:49:51 +0000
commita67973f312b7cba8a6d56f9841a542a731a9ddb4 (patch)
tree342bd3ba62f3b3a002a0424944268b18b2e4dfac /render/layout.h
parentae286be5a9a5c1150dfa7627f2b30a73238b506c (diff)
downloadnetsurf-a67973f312b7cba8a6d56f9841a542a731a9ddb4.tar.gz
netsurf-a67973f312b7cba8a6d56f9841a542a731a9ddb4.tar.bz2
Layout: No need to expose layout_calculate_descendant_bboxes().
Diffstat (limited to 'render/layout.h')
-rw-r--r--render/layout.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/render/layout.h b/render/layout.h
index 0aa0da3e9..cd5ddd77f 100644
--- a/render/layout.h
+++ b/render/layout.h
@@ -42,12 +42,4 @@ struct gui_layout_table;
*/
bool layout_document(struct html_content *content, int width, int height);
-/**
- * Recursively calculate the descendant_[xy][01] values for a laid-out box tree
- * and inform iframe browser windows of their size and position.
- *
- * \param box tree of boxes to update
- */
-void layout_calculate_descendant_bboxes(struct box *box);
-
#endif