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 --- content/content.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'content/content.h') diff --git a/content/content.h b/content/content.h index e65f62fb1..381a36bf5 100644 --- a/content/content.h +++ b/content/content.h @@ -1,5 +1,5 @@ /** - * $Id: content.h,v 1.6 2003/04/09 21:57:09 bursa Exp $ + * $Id: content.h,v 1.7 2003/04/10 21:44:45 bursa Exp $ */ #ifndef _NETSURF_DESKTOP_CONTENT_H_ @@ -57,8 +57,6 @@ struct content struct { htmlParserCtxt* parser; - xmlDoc* document; - xmlNode* markup; struct box* layout; unsigned int stylesheet_count; char **stylesheet_url; -- cgit v1.2.3