From 7c94cf8be972d6853cc15f3971bf36fe64b04d92 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Thu, 10 Apr 2003 21:44:45 +0000 Subject: [project @ 2003-04-10 21:44:45 by bursa] Memory usage cleaning. svn path=/import/netsurf/; revision=121 --- render/box.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 21e80a096..b4972b6d0 100644 --- a/render/box.h +++ b/render/box.h @@ -1,5 +1,5 @@ /** - * $Id: box.h,v 1.22 2003/04/05 21:38:06 bursa Exp $ + * $Id: box.h,v 1.23 2003/04/10 21:44:45 bursa Exp $ */ #ifndef _NETSURF_RENDER_BOX_H_ @@ -81,7 +81,6 @@ struct img { struct box { box_type type; - xmlNode * node; struct css_style * style; unsigned long x, y, width, height; unsigned long min_width, max_width; -- cgit v1.2.3