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/select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libcss/select.h') 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