summaryrefslogtreecommitdiff
path: root/render/layout.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-05-06 14:20:46 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-05-06 14:20:46 +0000
commit129fb84ed56dbdd2a5bf0889cc1af1965068dc15 (patch)
tree15be93dced4f51dac3e1e5d688ee47702d930e0f /render/layout.h
parenta008d3486e07b63fa49fef2adfc9d6fe5596cb28 (diff)
downloadnetsurf-129fb84ed56dbdd2a5bf0889cc1af1965068dc15.tar.gz
netsurf-129fb84ed56dbdd2a5bf0889cc1af1965068dc15.tar.bz2
Make layout_block_context() private.
svn path=/trunk/netsurf/; revision=7406
Diffstat (limited to 'render/layout.h')
-rw-r--r--render/layout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/layout.h b/render/layout.h
index 40504624d..2d07a40e9 100644
--- a/render/layout.h
+++ b/render/layout.h
@@ -32,7 +32,6 @@
struct box;
bool layout_document(struct content *content, int width, int height);
-bool layout_block_context(struct box *block, struct content *content);
bool layout_inline_container(struct box *box, int width,
struct box *cont, int cx, int cy, struct content *content);
void layout_calculate_descendant_bboxes(struct box *box);