Remove unused API

svn path=/trunk/netsurf/; revision=12941
This commit is contained in:
John Mark Bell 2011-10-03 22:02:33 +00:00
parent 382beb779e
commit 8e0015798c
1 changed files with 0 additions and 1 deletions

View File

@ -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,