From 4ff509a419cf48774d31f27e11a59edef1fd52d2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 18 Jun 2009 20:07:47 +0000 Subject: Centralise !important handling. Document background-attachment parser and make it behave correctly. svn path=/trunk/libcss/; revision=7856 --- src/parse/properties/utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/parse/properties/utils.h') diff --git a/src/parse/properties/utils.h b/src/parse/properties/utils.h index 923ffb5..c04a2aa 100644 --- a/src/parse/properties/utils.h +++ b/src/parse/properties/utils.h @@ -10,9 +10,6 @@ #include "parse/language.h" -css_error parse_important(css_language *c, - const parserutils_vector *vector, int *ctx, - uint8_t *result); css_error parse_colour_specifier(css_language *c, const parserutils_vector *vector, int *ctx, uint32_t *result); -- cgit v1.2.3