From 63b6455f7365507ce502369b738ecc09e54e25ed Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sun, 13 Apr 2003 12:50:10 +0000 Subject: [project @ 2003-04-13 12:50:10 by bursa] style element, CSS fixes, id selectors. svn path=/import/netsurf/; revision=124 --- content/content.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'content/content.h') 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 { -- cgit v1.2.3