From 8e0015798c0b4cef5adb58f5a46d9ee367efa103 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 3 Oct 2011 22:02:33 +0000 Subject: Remove unused API svn path=/trunk/netsurf/; revision=12941 --- render/box.h | 1 - 1 file changed, 1 deletion(-) diff --git a/render/box.h b/render/box.h index 3addb83a2..1df3b94a7 100644 --- a/render/box.h +++ b/render/box.h @@ -319,7 +319,6 @@ void box_insert_sibling(struct box *box, struct box *new_box); void box_unlink_and_free(struct box *box); void box_free(struct box *box); void box_free_box(struct box *box); -void box_free_object_params(struct object_params *op); void box_bounds(struct box *box, struct rect *r); void box_coords(struct box *box, int *x, int *y); struct box *box_at_point(struct box *box, const int x, const int y, -- cgit v1.2.3