summaryrefslogtreecommitdiff
path: root/include/libcss/computed.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcss/computed.h')
-rw-r--r--include/libcss/computed.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libcss/computed.h b/include/libcss/computed.h
index 6e04e61..324af3f 100644
--- a/include/libcss/computed.h
+++ b/include/libcss/computed.h
@@ -76,8 +76,7 @@ typedef struct css_computed_content_item {
} data;
} css_computed_content_item;
-css_error css_computed_style_create(css_allocator_fn alloc, void *pw,
- css_computed_style **result);
+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,