summaryrefslogtreecommitdiff
path: root/css/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.h')
-rw-r--r--css/css.h3
1 files changed, 0 insertions, 3 deletions
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);