From a168eaaed64b0619ac2a1c719321b51fc1ad39df Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 14 Apr 2004 12:53:14 +0000 Subject: [project @ 2004-04-14 12:53:14 by bursa] Merge css_create() into css_convert(). svn path=/import/netsurf/; revision=782 --- css/css.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'css/css.h') diff --git a/css/css.h b/css/css.h index a756ea316..344fa4b83 100644 --- a/css/css.h +++ b/css/css.h @@ -236,8 +236,6 @@ struct css_node { #define HASH_SIZE (47 + 1) struct css_stylesheet { - yyscan_t lexer; - void *parser; struct css_node *rule[HASH_SIZE]; }; @@ -256,7 +254,6 @@ struct parse_params { struct content; -void css_create(struct content *c, const char *params[]); int css_convert(struct content *c, unsigned int width, unsigned int height); void css_revive(struct content *c, unsigned int width, unsigned int height); void css_destroy(struct content *c); -- cgit v1.2.3