summaryrefslogtreecommitdiff
path: root/include/libcss/select.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-07-21 14:57:28 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-07-21 14:57:28 +0000
commit22dc756a77e37611bfe26d408ec67143101a4973 (patch)
treec9b47564281bc28b3273345dd17cefe259201eca /include/libcss/select.h
parent8fade8540b2e642b6ebb4069ae10f0f51fbbdc32 (diff)
downloadlibcss-22dc756a77e37611bfe26d408ec67143101a4973.tar.gz
libcss-22dc756a77e37611bfe26d408ec67143101a4973.tar.bz2
Remove pointless parameter
svn path=/trunk/libcss/; revision=8653
Diffstat (limited to 'include/libcss/select.h')
-rw-r--r--include/libcss/select.h2
1 files changed, 1 insertions, 1 deletions
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,