summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2010-03-27 16:10:57 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2010-03-27 16:10:57 +0000
commit80cfe125983eb126a9f8afd974196cf0bf347877 (patch)
treee6fe993a7ad2fc6859509b661d2d4f721e846e60 /src/stylesheet.h
parent46e3a946d7b2f7d68f3753a37c6f68a732a36f01 (diff)
downloadlibcss-80cfe125983eb126a9f8afd974196cf0bf347877.tar.gz
libcss-80cfe125983eb126a9f8afd974196cf0bf347877.tar.bz2
Fix libcss to use new libwapcaplet behaviour.
TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 10a9827..8072686 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -164,8 +164,6 @@ struct css_stylesheet {
css_parser *parser; /**< Core parser for sheet */
void *parser_frontend; /**< Frontend parser */
- lwc_context *dictionary; /**< String dictionary */
-
bool quirks_allowed; /**< Quirks permitted */
bool quirks_used; /**< Quirks actually used */