summaryrefslogtreecommitdiff
path: root/render/box_normalise.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-01-24 16:12:16 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2015-01-24 16:12:16 +0000
commitf63742d7c2c550857697ee102222112af86e1f9f (patch)
treea05d3f22f416bf922715f6f8ea96144745abd6b9 /render/box_normalise.c
parent770255439d959477f7d1ba3756c63d502ed3408b (diff)
downloadnetsurf-f63742d7c2c550857697ee102222112af86e1f9f.tar.gz
netsurf-f63742d7c2c550857697ee102222112af86e1f9f.tar.bz2
Remove unused variables.
Diffstat (limited to 'render/box_normalise.c')
-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);