summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-01-27 18:51:11 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-01-27 18:51:11 +0000
commit0f8efbffeb3374db722f4e1c25d0fad373c60bd8 (patch)
tree68e473491eb18d10ee366cbbe4e0168c1930b9d4 /include/libcss/select.h
parentd462fc0cd55b7dbc10e3f08329c4885107a0e59d (diff)
downloadlibcss-0f8efbffeb3374db722f4e1c25d0fad373c60bd8.tar.gz
libcss-0f8efbffeb3374db722f4e1c25d0fad373c60bd8.tar.bz2
Create header containing computed style representation. This isn't remotely complete.
svn path=/trunk/libcss/; revision=6289
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h6
1 files changed, 0 insertions, 6 deletions
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