summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/box_normalise.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/render/box_normalise.c b/render/box_normalise.c
index 8989bab57..3e1b01468 100644
--- a/render/box_normalise.c
+++ b/render/box_normalise.c
@@ -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);