summaryrefslogtreecommitdiff
path: root/src/parse/parse.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-08-05 18:48:09 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-08-05 18:48:09 +0000
commit99a2e8f808a83eb80925b5e88fc1438883be05d7 (patch)
tree7b37a76122bc7f798f0d6daa68887283382d9417 /src/parse/parse.h
parent1560847dc040a0bfc90da892cb327001b1a39765 (diff)
downloadlibcss-99a2e8f808a83eb80925b5e88fc1438883be05d7.tar.gz
libcss-99a2e8f808a83eb80925b5e88fc1438883be05d7.tar.bz2
Make selector token vector be associated with the ruleset, rather than having its own event type.
Store details about the current construct on the context stack. Document block-content, selector, and declaration stuff. svn path=/trunk/libcss/; revision=4921
Diffstat (limited to 'src/parse/parse.h')
-rw-r--r--src/parse/parse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse/parse.h b/src/parse/parse.h
index 7d7f56d..29f5a0b 100644
--- a/src/parse/parse.h
+++ b/src/parse/parse.h
@@ -29,7 +29,6 @@ typedef enum css_parser_event {
CSS_PARSER_START_BLOCK,
CSS_PARSER_END_BLOCK,
CSS_PARSER_BLOCK_CONTENT,
- CSS_PARSER_SELECTOR,
CSS_PARSER_DECLARATION,
} css_parser_event;