summaryrefslogtreecommitdiff
path: root/render/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.c')
-rw-r--r--render/box.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/box.c b/render/box.c
index 5776501b0..95224ec2a 100644
--- a/render/box.c
+++ b/render/box.c
@@ -229,7 +229,6 @@ struct box * box_create(struct css_style * style,
box->background = 0;
box->object = 0;
box->object_params = 0;
- box->object_state = 0;
box->x = box->y = 0;
box->height = 0;
for (i = 0; i != 4; i++)