aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-23 20:19:14 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-23 20:19:14 +0100
commitd801cfc657a803ee607e3f498b7b4ba4016c1381 (patch)
tree6bc59318c31f4b0cba3b210e486290325a6124d9 /src/cssparser.hh
parent97b86fadd98445fb15b3df0ef0099ac3e4641ada (diff)
remove unused code
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__