diff options
author | Andrea Canciani <ranma42@gmail.com> | 2011-10-26 19:16:17 +0200 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2011-11-12 20:49:08 +0100 |
commit | 549b1f8d4bf6e20cecd281343f5e4630938697cc (patch) | |
tree | befe6e6041721462ae7bbb4b7e93d6e3dfa1a3e2 /boilerplate/cairo-boilerplate-xcb.c | |
parent | b07b242220daab5b9252d9f0d889886ad74bd31d (diff) |
boilerplate: Remove unused thread id parameter
The thread id is not used anymore (it is always == 0), so it can be
removed.
Diffstat (limited to 'boilerplate/cairo-boilerplate-xcb.c')
-rw-r--r-- | boilerplate/cairo-boilerplate-xcb.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/boilerplate/cairo-boilerplate-xcb.c b/boilerplate/cairo-boilerplate-xcb.c index f9810ee4..979f5b59 100644 --- a/boilerplate/cairo-boilerplate-xcb.c +++ b/boilerplate/cairo-boilerplate-xcb.c @@ -245,7 +245,6 @@ _cairo_boilerplate_xcb_create_surface (const char *name, double max_width, double max_height, cairo_boilerplate_mode_t mode, - int id, void **closure) { xcb_screen_t *root; @@ -394,7 +393,6 @@ _cairo_boilerplate_xcb_create_window (const char *name, double max_width, double max_height, cairo_boilerplate_mode_t mode, - int id, void **closure) { xcb_target_closure_t *xtc; @@ -471,7 +469,6 @@ _cairo_boilerplate_xcb_create_window_db (const char *name, double max_width, double max_height, cairo_boilerplate_mode_t mode, - int id, void **closure) { xcb_target_closure_t *xtc; @@ -549,7 +546,6 @@ _cairo_boilerplate_xcb_create_render_0_0 (const char *name, double max_width, double max_height, cairo_boilerplate_mode_t mode, - int id, void **closure) { xcb_screen_t *root; @@ -651,7 +647,6 @@ _cairo_boilerplate_xcb_create_fallback (const char *name, double max_width, double max_height, cairo_boilerplate_mode_t mode, - int id, void **closure) { xcb_target_closure_t *xtc; |