Remove unused variables.

This commit is contained in:
Michael Drake 2015-01-24 16:12:16 +00:00
parent 770255439d
commit f63742d7c2

View File

@ -102,9 +102,6 @@ bool box_normalise_block(struct box *block, html_content *c)
{
struct box *child;
struct box *next_child;
struct box *table;
css_computed_style *style;
nscss_select_ctx ctx;
assert(block != NULL);