From 03824fd772e44b4cd281dd893df07d991cac9e41 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 2 Nov 2015 22:21:53 +0000 Subject: Remove redundant API surface. --- include/libcss/computed.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') 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, -- cgit v1.2.3