From 22dc756a77e37611bfe26d408ec67143101a4973 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 21 Jul 2009 14:57:28 +0000 Subject: Remove pointless parameter svn path=/trunk/libcss/; revision=8653 --- include/libcss/computed.h | 1 - include/libcss/select.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'include/libcss') diff --git a/include/libcss/computed.h b/include/libcss/computed.h index 49de644..459e361 100644 --- a/include/libcss/computed.h +++ b/include/libcss/computed.h @@ -341,7 +341,6 @@ css_error css_computed_style_compose(const css_computed_style *parent, const css_computed_style *child, css_error (*compute_font_size)(void *pw, const struct css_hint *parent, - bool may_clamp, struct css_hint *size), void *pw, css_computed_style *result); diff --git a/include/libcss/select.h b/include/libcss/select.h index bd85eaa..a3d18df 100644 --- a/include/libcss/select.h +++ b/include/libcss/select.h @@ -71,7 +71,7 @@ typedef struct css_select_handler { css_hint *hint); css_error (*compute_font_size)(void *pw, const css_hint *parent, - bool may_clamp, css_hint *size); + css_hint *size); } css_select_handler; css_error css_select_ctx_create(css_allocator_fn alloc, void *pw, -- cgit v1.2.3