summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h1
1 files changed, 0 insertions, 1 deletions
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,