summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/layout.c b/render/layout.c
index 4506222d4..8b4de6fb8 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -50,8 +50,6 @@ static void layout_find_dimensions(int available_width,
static int layout_clear(struct box *fl, css_clear clear);
static void find_sides(struct box *fl, int y0, int y1,
int *x0, int *x1, struct box **left, struct box **right);
-static bool layout_inline_container(struct box *box, int width,
- struct box *cont, int cx, int cy, pool box_pool);
static int line_height(struct css_style *style);
static bool layout_line(struct box *first, int width, int *y,
int cx, int cy, struct box *cont, bool indent,