summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-04-10 21:44:45 +0000
committerJames Bursa <james@netsurf-browser.org>2003-04-10 21:44:45 +0000
commit7c94cf8be972d6853cc15f3971bf36fe64b04d92 (patch)
tree08a16a876ed64e7a6067bac89d331f7a2813b33d /content
parent86faad43886df6311df9398149a632669c5fffe7 (diff)
downloadnetsurf-7c94cf8be972d6853cc15f3971bf36fe64b04d92.tar.gz
netsurf-7c94cf8be972d6853cc15f3971bf36fe64b04d92.tar.bz2
[project @ 2003-04-10 21:44:45 by bursa]
Memory usage cleaning. svn path=/import/netsurf/; revision=121
Diffstat (limited to 'content')
-rw-r--r--content/content.h4
1 files changed, 1 insertions, 3 deletions
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;