summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libcss/computed.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/libcss/computed.h b/include/libcss/computed.h
index db3e3e4..c7e77e0 100644
--- a/include/libcss/computed.h
+++ b/include/libcss/computed.h
@@ -76,12 +76,8 @@ typedef struct css_computed_content_item {
} data;
} css_computed_content_item;
-css_error css_computed_style_create(css_computed_style **result);
css_error css_computed_style_destroy(css_computed_style *style);
-css_error css_computed_style_initialise(css_computed_style *style,
- struct css_select_handler *handler, void *pw);
-
css_error css_computed_style_compose(
const css_computed_style *restrict parent,
const css_computed_style *restrict child,