aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cssparser.hh')
-rw-r--r--src/cssparser.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cssparser.hh b/src/cssparser.hh
index 2446e4a9..6638496d 100644
--- a/src/cssparser.hh
+++ b/src/cssparser.hh
@@ -58,16 +58,6 @@ void a_Css_parse (CssContext *context,
int order_count,
CssOrigin origin);
-void p_Css_parse_element_style (CssContext *context,
- char *id,
- char *klass,
- char *pseudo,
- char *element,
- const char *buf,
- int buflen,
- int order_count,
- CssOrigin origin);
-
extern CssPropertyInfo Css_property_info[CssProperty::CSS_PROPERTY_LAST];
#endif // __CSS_H__