summaryrefslogtreecommitdiff
path: root/content/content.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-04-13 12:50:10 +0000
committerJames Bursa <james@netsurf-browser.org>2003-04-13 12:50:10 +0000
commit63b6455f7365507ce502369b738ecc09e54e25ed (patch)
tree52b677856ffad0793f0f3b7d1ab46d9768d30e8a /content/content.h
parent120ef825e08eac5ac274449a2df53812073b560d (diff)
downloadnetsurf-63b6455f7365507ce502369b738ecc09e54e25ed.tar.gz
netsurf-63b6455f7365507ce502369b738ecc09e54e25ed.tar.bz2
[project @ 2003-04-13 12:50:10 by bursa]
style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124
Diffstat (limited to 'content/content.h')
-rw-r--r--content/content.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/content.h b/content/content.h
index 381a36bf5..ce7f05248 100644
--- a/content/content.h
+++ b/content/content.h
@@ -1,5 +1,5 @@
/**
- * $Id: content.h,v 1.7 2003/04/10 21:44:45 bursa Exp $
+ * $Id: content.h,v 1.8 2003/04/13 12:50:10 bursa Exp $
*/
#ifndef _NETSURF_DESKTOP_CONTENT_H_
@@ -59,7 +59,6 @@ struct content
htmlParserCtxt* parser;
struct box* layout;
unsigned int stylesheet_count;
- char **stylesheet_url;
struct content **stylesheet_content;
struct css_style* style;
struct {