summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-11-02 22:21:53 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2016-11-19 14:30:07 +0000
commit03824fd772e44b4cd281dd893df07d991cac9e41 (patch)
tree2d2af773c3bb83db3e8897e80cee558325a56b79 /include
parent6dc495bb9936c8d1359fd6c1a1728962730cde08 (diff)
downloadlibcss-03824fd772e44b4cd281dd893df07d991cac9e41.tar.gz
libcss-03824fd772e44b4cd281dd893df07d991cac9e41.tar.bz2
Remove redundant API surface.
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,