summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
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;