From 0f8efbffeb3374db722f4e1c25d0fad373c60bd8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 27 Jan 2009 18:51:11 +0000 Subject: Create header containing computed style representation. This isn't remotely complete. svn path=/trunk/libcss/; revision=6289 --- include/libcss/select.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/libcss/select.h') diff --git a/include/libcss/select.h b/include/libcss/select.h index f515085..1948ca1 100644 --- a/include/libcss/select.h +++ b/include/libcss/select.h @@ -31,10 +31,4 @@ css_error css_select_style(css_select_ctx *ctx, void *node, uint64_t pseudo_element, uint64_t pseudo_classes, uint64_t media, css_computed_style *result); -/* css_error css_computed_style_compose(const css_computed_style *parent, - const css_computed_style *child, - css_computed_style *result); */ - -/* css_error css_computed_style_destroy(css_computed_style *style); */ - #endif -- cgit v1.2.3