From 80cfe125983eb126a9f8afd974196cf0bf347877 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 27 Mar 2010 16:10:57 +0000 Subject: Fix libcss to use new libwapcaplet behaviour. TODO: update the tests to include a refcounting proof svn path=/trunk/libcss/; revision=10162 --- src/stylesheet.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stylesheet.h') 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 */ -- cgit v1.2.3