From acfb4c0adb113b0dfaff7f07e93be58fd4238bd6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 11 Aug 2004 22:08:26 +0000 Subject: [project @ 2004-08-11 22:08:25 by bursa] Remove content_add_instance(), content_remove_instance(), content_reshape_instance(). Add content_open(), content_close(). Implement for CONTENT_HTML. svn path=/import/netsurf/; revision=1213 --- render/box.c | 1 - 1 file changed, 1 deletion(-) (limited to 'render/box.c') 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++) -- cgit v1.2.3