Make layout_block_context() private.

svn path=/trunk/netsurf/; revision=7406
This commit is contained in:
Michael Drake 2009-05-06 14:20:46 +00:00
parent a008d3486e
commit 129fb84ed5
2 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,7 @@
#define AUTO INT_MIN
static bool layout_block_context(struct box *block, struct content *content);
static void layout_minmax_block(struct box *block,
const struct font_functions *font_func);
static bool layout_block_object(struct box *block);

View File

@ -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);