From b4d0d63be81dce36b1ddc4365235036c8e9d1a3d Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 25 Jan 2009 18:42:23 +0000 Subject: Simplify API of css_stylesheet_selector_create -- it's always used to create element selectors. Everything else is handled via detail. svn path=/trunk/libcss/; revision=6266 --- src/stylesheet.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/stylesheet.h') diff --git a/src/stylesheet.h b/src/stylesheet.h index 57bca56..532afc0 100644 --- a/src/stylesheet.h +++ b/src/stylesheet.h @@ -180,8 +180,7 @@ css_error css_stylesheet_style_create(css_stylesheet *sheet, uint32_t len, css_error css_stylesheet_style_destroy(css_stylesheet *sheet, css_style *style); css_error css_stylesheet_selector_create(css_stylesheet *sheet, - css_selector_type type, const parserutils_hash_entry *name, - const parserutils_hash_entry *value, css_selector **selector); + const parserutils_hash_entry *name, css_selector **selector); css_error css_stylesheet_selector_destroy(css_stylesheet *sheet, css_selector *selector); -- cgit v1.2.3